Html Css Color HEX #00908D Dark Cyan

📋 copy color: '#00908D'

red 0 ◦ green 144 ◦ blue 141

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

Shades of Dark Cyan #00908D

Tints of Dark Cyan #00908D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 49.47%

R = 0%
G = 50.53%
B = 49.47%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#00908D (or 0x00908D) is known color: Dark Cyan. HEX triplet: 00, 90 and 8D. RGB value is (0,144,141). Sum of RGB (Red+Green+Blue) = 0+144+141=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 144 (56.64% from 255 or 50.53% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 144 - color contains mainly: green. Hex color #00908D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00908D is #FF6F72. Grayscale: #646464. Windows color (decimal): -16740211 or 9277440. OLE color: 9277440.

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

Color convert

RGB 0 144 141 -
CMYK 1 0 0.02 0.44
HSL 178.75º 1% 0.28% -
HSV(B) 178.75º 1% 0.56% -
XYZ 14.78 21.87 28.64 -
YUV 100.6 150.79 56.24 -
System Red Green Blue C M Y K H S L
Decimal 0 144 141 1 0 0.02 0.44 178.75 1 0.28
Hex 0 90 8D 64 0 2 2C B3 64 1C
Octal 0 220 215 144 0 2 54 263 144 34
Binary 0 10010000 10001101 1100100 0 10 101100 10110011 1100100 11100

Color Harmonies of #00908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00908D

Black with #00908D

Text Example


Text Example

White with #00908D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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