Html Css Color HEX #00D69A Caribbean Green

📋 copy color: '#00D69A'

red 0 ◦ green 214 ◦ blue 154

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

Shades of Caribbean Green #00D69A

Tints of Caribbean Green #00D69A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.85%

R = 0%
G = 58.15%
B = 41.85%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#00D69A (or 0x00D69A) is known color: Caribbean Green. HEX triplet: 00, D6 and 9A. RGB value is (0,214,154). Sum of RGB (Red+Green+Blue) = 0+214+154=368 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 368); Green value is 214 (83.98% from 255 or 58.15% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 214 - color contains mainly: green. Hex color #00D69A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D69A is #FF2965. Grayscale: #8F8F8F. Windows color (decimal): -16722278 or 10147328. OLE color: 10147328.

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

Color convert

RGB 0 214 154 -
CMYK 1 0 0.28 0.16
HSL 163.18º 1% 0.42% -
HSV(B) 163.18º 1% 0.84% -
XYZ 29.88 50.43 38.73 -
YUV 143.17 134.1 25.88 -
System Red Green Blue C M Y K H S L
Decimal 0 214 154 1 0 0.28 0.16 163.18 1 0.42
Hex 0 D6 9A 64 0 1C 10 A3 64 2A
Octal 0 326 232 144 0 34 20 243 144 52
Binary 0 11010110 10011010 1100100 0 11100 10000 10100011 1100100 101010

Color Harmonies of #00D69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D69A

Black with #00D69A

Text Example


Text Example

White with #00D69A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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