Html Css Color HEX #00DAAA Caribbean Green

📋 copy color: '#00DAAA'

red 0 ◦ green 218 ◦ blue 170

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

Shades of Caribbean Green #00DAAA

Tints of Caribbean Green #00DAAA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 56.19%

 BLUE value IS 170 (66.8% from 255) = 43.81%

R = 0%
G = 56.19%
B = 43.81%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#00DAAA (or 0x00DAAA) is known color: Caribbean Green. HEX triplet: 00, DA and AA. RGB value is (0,218,170). Sum of RGB (Red+Green+Blue) = 0+218+170=388 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 388); Green value is 218 (85.55% from 255 or 56.19% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 218 - color contains mainly: green. Hex color #00DAAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DAAA is #FF2555. Grayscale: #939393. Windows color (decimal): -16721238 or 11196928. OLE color: 11196928.

HSL color Cylindrical-coordinate representation of color #00DAAA: hue angle of 166.79º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DAAA is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 0 218 170 -
CMYK 1 0 0.22 0.15
HSL 166.79º 1% 0.43% -
HSV(B) 166.79º 1% 0.85% -
XYZ 32.33 53.05 46.57 -
YUV 147.35 140.78 22.9 -
System Red Green Blue C M Y K H S L
Decimal 0 218 170 1 0 0.22 0.15 166.79 1 0.43
Hex 0 DA AA 64 0 16 F A7 64 2B
Octal 0 332 252 144 0 26 17 247 144 53
Binary 0 11011010 10101010 1100100 0 10110 1111 10100111 1100100 101011

Color Harmonies of #00DAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DAAA

Black with #00DAAA

Text Example


Text Example

White with #00DAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00DAAA; }

 p { color: rgb(0,218,170); }

 H1.HeaderClassName
 {
   color: #00DAAA;
 }
 .AnyTagClassName
 {
   color: #00DAAA;
 }
</style>

background-color css

<style>
 a { background-color: #00DAAA; }

 a { background-color: rgb(0,218,170); }

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

border-color css

<style>
 span { border-color: #00DAAA; }

 span { border-color: rgb(0,218,170); }

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