Html Css Color HEX #00DEAC Caribbean Green

📋 copy color: '#00DEAC'

red 0 ◦ green 222 ◦ blue 172

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

Shades of Caribbean Green #00DEAC

Tints of Caribbean Green #00DEAC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 56.35%

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

R = 0%
G = 56.35%
B = 43.65%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#00DEAC (or 0x00DEAC) is known color: Caribbean Green. HEX triplet: 00, DE and AC. RGB value is (0,222,172). Sum of RGB (Red+Green+Blue) = 0+222+172=394 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 394); Green value is 222 (87.11% from 255 or 56.35% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 222 - color contains mainly: green. Hex color #00DEAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DEAC is #FF2153. Grayscale: #959595. Windows color (decimal): -16720212 or 11329024. OLE color: 11329024.

HSL color Cylindrical-coordinate representation of color #00DEAC: hue angle of 166.49º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DEAC is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 222 172 -
CMYK 1 0 0.23 0.13
HSL 166.49º 1% 0.44% -
HSV(B) 166.49º 1% 0.87% -
XYZ 33.57 55.22 47.92 -
YUV 149.92 140.45 21.07 -
System Red Green Blue C M Y K H S L
Decimal 0 222 172 1 0 0.23 0.13 166.49 1 0.44
Hex 0 DE AC 64 0 17 D A6 64 2C
Octal 0 336 254 144 0 27 15 246 144 54
Binary 0 11011110 10101100 1100100 0 10111 1101 10100110 1100100 101100

Color Harmonies of #00DEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DEAC

Black with #00DEAC

Text Example


Text Example

White with #00DEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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