Html Css Color HEX #00D69C Caribbean Green

📋 copy color: '#00D69C'

red 0 ◦ green 214 ◦ blue 156

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

Shades of Caribbean Green #00D69C

Tints of Caribbean Green #00D69C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 57.84%

 BLUE value IS 156 (61.33% from 255) = 42.16%

R = 0%
G = 57.84%
B = 42.16%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#00D69C (or 0x00D69C) is known color: Caribbean Green. HEX triplet: 00, D6 and 9C. RGB value is (0,214,156). Sum of RGB (Red+Green+Blue) = 0+214+156=370 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 370); Green value is 214 (83.98% from 255 or 57.84% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 214 - color contains mainly: green. Hex color #00D69C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D69C is #FF2963. Grayscale: #8F8F8F. Windows color (decimal): -16722276 or 10278400. OLE color: 10278400.

HSL color Cylindrical-coordinate representation of color #00D69C: hue angle of 163.74º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D69C is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 0 214 156 -
CMYK 1 0 0.27 0.16
HSL 163.74º 1% 0.42% -
HSV(B) 163.74º 1% 0.84% -
XYZ 30.05 50.49 39.62 -
YUV 143.4 135.1 25.72 -
System Red Green Blue C M Y K H S L
Decimal 0 214 156 1 0 0.27 0.16 163.74 1 0.42
Hex 0 D6 9C 64 0 1B 10 A4 64 2A
Octal 0 326 234 144 0 33 20 244 144 52
Binary 0 11010110 10011100 1100100 0 11011 10000 10100100 1100100 101010

Color Harmonies of #00D69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D69C

Black with #00D69C

Text Example


Text Example

White with #00D69C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,214,156); }

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

background-color css

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

 a { background-color: rgb(0,214,156); }

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

border-color css

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

 span { border-color: rgb(0,214,156); }

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