Html Css Color HEX #00DEA7 Caribbean Green

📋 copy color: '#00DEA7'

red 0 ◦ green 222 ◦ blue 167

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

Shades of Caribbean Green #00DEA7

Tints of Caribbean Green #00DEA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 42.93%

R = 0%
G = 57.07%
B = 42.93%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#00DEA7 (or 0x00DEA7) is known color: Caribbean Green. HEX triplet: 00, DE and A7. RGB value is (0,222,167). Sum of RGB (Red+Green+Blue) = 0+222+167=389 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 389); Green value is 222 (87.11% from 255 or 57.07% from 389); Blue value is 167 (65.62% from 255 or 42.93% from 389); Max value from RGB is 222 - color contains mainly: green. Hex color #00DEA7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DEA7 is #FF2158. Grayscale: #959595. Windows color (decimal): -16720217 or 11001344. OLE color: 11001344.

HSL color Cylindrical-coordinate representation of color #00DEA7: hue angle of 165.14º 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 #00DEA7 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 222 167 -
CMYK 1 0 0.25 0.13
HSL 165.14º 1% 0.44% -
HSV(B) 165.14º 1% 0.87% -
XYZ 33.1 55.03 45.44 -
YUV 149.35 137.95 21.47 -
System Red Green Blue C M Y K H S L
Decimal 0 222 167 1 0 0.25 0.13 165.14 1 0.44
Hex 0 DE A7 64 0 19 D A5 64 2C
Octal 0 336 247 144 0 31 15 245 144 54
Binary 0 11011110 10100111 1100100 0 11001 1101 10100101 1100100 101100

Color Harmonies of #00DEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DEA7

Black with #00DEA7

Text Example


Text Example

White with #00DEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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