Html Css Color HEX #00D0AC Caribbean Green

📋 copy color: '#00D0AC'

red 0 ◦ green 208 ◦ blue 172

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

Shades of Caribbean Green #00D0AC

Tints of Caribbean Green #00D0AC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 54.74%

 BLUE value IS 172 (67.58% from 255) = 45.26%

R = 0%
G = 54.74%
B = 45.26%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#00D0AC (or 0x00D0AC) is known color: Caribbean Green. HEX triplet: 00, D0 and AC. RGB value is (0,208,172). Sum of RGB (Red+Green+Blue) = 0+208+172=380 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 380); Green value is 208 (81.64% from 255 or 54.74% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 208 - color contains mainly: green. Hex color #00D0AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D0AC is #FF2F53. Grayscale: #8D8D8D. Windows color (decimal): -16723796 or 11325440. OLE color: 11325440.

HSL color Cylindrical-coordinate representation of color #00D0AC: hue angle of 169.62º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D0AC is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 208 172 -
CMYK 1 0 0.17 0.18
HSL 169.62º 1% 0.41% -
HSV(B) 169.62º 1% 0.82% -
XYZ 30 48.09 46.73 -
YUV 141.7 145.09 26.93 -
System Red Green Blue C M Y K H S L
Decimal 0 208 172 1 0 0.17 0.18 169.62 1 0.41
Hex 0 D0 AC 64 0 11 12 AA 64 29
Octal 0 320 254 144 0 21 22 252 144 51
Binary 0 11010000 10101100 1100100 0 10001 10010 10101010 1100100 101001

Color Harmonies of #00D0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D0AC

Black with #00D0AC

Text Example


Text Example

White with #00D0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,208,172); }

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

background-color css

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

 a { background-color: rgb(0,208,172); }

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

border-color css

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

 span { border-color: rgb(0,208,172); }

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