Html Css Color HEX #00908C Dark Cyan

📋 copy color: '#00908C'

red 0 ◦ green 144 ◦ blue 140

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

Shades of Dark Cyan #00908C

Tints of Dark Cyan #00908C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50.7%

 BLUE value IS 140 (55.08% from 255) = 49.3%

R = 0%
G = 50.7%
B = 49.3%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#00908C (or 0x00908C) is known color: Dark Cyan. HEX triplet: 00, 90 and 8C. RGB value is (0,144,140). Sum of RGB (Red+Green+Blue) = 0+144+140=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #00908C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00908C is #FF6F73. Grayscale: #646464. Windows color (decimal): -16740212 or 9211904. OLE color: 9211904.

HSL color Cylindrical-coordinate representation of color #00908C: hue angle of 178.33º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00908C is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 144 140 -
CMYK 1 0 0.03 0.44
HSL 178.33º 1% 0.28% -
HSV(B) 178.33º 1% 0.56% -
XYZ 14.71 21.84 28.25 -
YUV 100.49 150.29 56.33 -
System Red Green Blue C M Y K H S L
Decimal 0 144 140 1 0 0.03 0.44 178.33 1 0.28
Hex 0 90 8C 64 0 3 2C B2 64 1C
Octal 0 220 214 144 0 3 54 262 144 34
Binary 0 10010000 10001100 1100100 0 11 101100 10110010 1100100 11100

Color Harmonies of #00908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00908C

Black with #00908C

Text Example


Text Example

White with #00908C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00908C; }

 p { color: rgb(0,144,140); }

 H1.HeaderClassName
 {
   color: #00908C;
 }
 .AnyTagClassName
 {
   color: #00908C;
 }
</style>

background-color css

<style>
 a { background-color: #00908C; }

 a { background-color: rgb(0,144,140); }

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

border-color css

<style>
 span { border-color: #00908C; }

 span { border-color: rgb(0,144,140); }

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