Html Css Color HEX #00908F Dark Cyan

📋 copy color: '#00908F'

red 0 ◦ green 144 ◦ blue 143

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

Shades of Dark Cyan #00908F

Tints of Dark Cyan #00908F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 49.83%

R = 0%
G = 50.17%
B = 49.83%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#00908F (or 0x00908F) is known color: Dark Cyan. HEX triplet: 00, 90 and 8F. RGB value is (0,144,143). Sum of RGB (Red+Green+Blue) = 0+144+143=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 144 (56.64% from 255 or 50.17% from 287); Blue value is 143 (56.25% from 255 or 49.83% from 287); Max value from RGB is 144 - color contains mainly: green. Hex color #00908F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00908F is #FF6F70. Grayscale: #646464. Windows color (decimal): -16740209 or 9408512. OLE color: 9408512.

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

Color convert

RGB 0 144 143 -
CMYK 1 0 0.01 0.44
HSL 179.58º 1% 0.28% -
HSV(B) 179.58º 1% 0.56% -
XYZ 14.93 21.93 29.43 -
YUV 100.83 151.79 56.08 -
System Red Green Blue C M Y K H S L
Decimal 0 144 143 1 0 0.01 0.44 179.58 1 0.28
Hex 0 90 8F 64 0 1 2C B4 64 1C
Octal 0 220 217 144 0 1 54 264 144 34
Binary 0 10010000 10001111 1100100 0 1 101100 10110100 1100100 11100

Color Harmonies of #00908F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00908F

Black with #00908F

Text Example


Text Example

White with #00908F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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