Html Css Color HEX #00908B Dark Cyan

📋 copy color: '#00908B'

red 0 ◦ green 144 ◦ blue 139

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

Shades of Dark Cyan #00908B

Tints of Dark Cyan #00908B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 49.12%

R = 0%
G = 50.88%
B = 49.12%

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

#00908B (or 0x00908B) is known color: Dark Cyan. HEX triplet: 00, 90 and 8B. RGB value is (0,144,139). Sum of RGB (Red+Green+Blue) = 0+144+139=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 144 (56.64% from 255 or 50.88% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 144 - color contains mainly: green. Hex color #00908B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00908B is #FF6F74. Grayscale: #646464. Windows color (decimal): -16740213 or 9146368. OLE color: 9146368.

HSL color Cylindrical-coordinate representation of color #00908B: hue angle of 177.92º 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 #00908B is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 144 139 -
CMYK 1 0 0.03 0.44
HSL 177.92º 1% 0.28% -
HSV(B) 177.92º 1% 0.56% -
XYZ 14.63 21.81 27.86 -
YUV 100.37 149.79 56.41 -
System Red Green Blue C M Y K H S L
Decimal 0 144 139 1 0 0.03 0.44 177.92 1 0.28
Hex 0 90 8B 64 0 3 2C B2 64 1C
Octal 0 220 213 144 0 3 54 262 144 34
Binary 0 10010000 10001011 1100100 0 11 101100 10110010 1100100 11100

Color Harmonies of #00908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00908B

Black with #00908B

Text Example


Text Example

White with #00908B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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