Html Css Color HEX #00848A Dark Cyan

📋 copy color: '#00848A'

red 0 ◦ green 132 ◦ blue 138

#00848A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #00848A

Tints of Dark Cyan #00848A

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 132 (51.95% from 255) = 48.89%

 BLUE value IS 138 (54.3% from 255) = 51.11%

R = 0%
G = 48.89%
B = 51.11%

CMYK

 C value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#00848A (or 0x00848A) is known color: Dark Cyan. HEX triplet: 00, 84 and 8A. RGB value is (0,132,138). Sum of RGB (Red+Green+Blue) = 0+132+138=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 132 (51.95% from 255 or 48.89% from 270); Blue value is 138 (54.30% from 255 or 51.11% from 270); Max value from RGB is 138 - color contains mainly: blue. Hex color #00848A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00848A is #FF7B75. Grayscale: #5D5D5D. Windows color (decimal): -16743286 or 9077760. OLE color: 9077760.

HSL color Cylindrical-coordinate representation of color #00848A: hue angle of 182.61º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00848A is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 132 138 -
CMYK 1 0.04 0 0.46
HSL 182.61º 1% 0.27% -
HSV(B) 182.61º 1% 0.54% -
XYZ 12.84 18.34 26.91 -
YUV 93.22 153.27 61.51 -
System Red Green Blue C M Y K H S L
Decimal 0 132 138 1 0.04 0 0.46 182.61 1 0.27
Hex 0 84 8A 64 4 0 2E B7 64 1B
Octal 0 204 212 144 4 0 56 267 144 33
Binary 0 10000100 10001010 1100100 100 0 101110 10110111 1100100 11011

Color Harmonies of #00848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00848A

Black with #00848A

Text Example


Text Example

White with #00848A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00848A; }

 p { color: rgb(0,132,138); }

 H1.HeaderClassName
 {
   color: #00848A;
 }
 .AnyTagClassName
 {
   color: #00848A;
 }
</style>

background-color css

<style>
 a { background-color: #00848A; }

 a { background-color: rgb(0,132,138); }

 div.DivClassName
 {
   background-color: #00848A;
 }
 .BgClassName
 {
   background-color: #00848A;
 }
</style>

border-color css

<style>
 span { border-color: #00848A; }

 span { border-color: rgb(0,132,138); }

 td.TdClassName
 {
   border-color: #00848A;
 }
 .TagClassName
 {
   border-color: #00848A;
 }
</style>