Html Css Color HEX #00D39A Caribbean Green

📋 copy color: '#00D39A'

red 0 ◦ green 211 ◦ blue 154

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

Shades of Caribbean Green #00D39A

Tints of Caribbean Green #00D39A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 57.81%

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

R = 0%
G = 57.81%
B = 42.19%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#00D39A (or 0x00D39A) is known color: Caribbean Green. HEX triplet: 00, D3 and 9A. RGB value is (0,211,154). Sum of RGB (Red+Green+Blue) = 0+211+154=365 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 365); Green value is 211 (82.81% from 255 or 57.81% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 211 - color contains mainly: green. Hex color #00D39A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D39A is #FF2C65. Grayscale: #8D8D8D. Windows color (decimal): -16723046 or 10146560. OLE color: 10146560.

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

Color convert

RGB 0 211 154 -
CMYK 1 0 0.27 0.17
HSL 163.79º 1% 0.41% -
HSV(B) 163.79º 1% 0.83% -
XYZ 29.13 48.92 38.48 -
YUV 141.41 135.1 27.13 -
System Red Green Blue C M Y K H S L
Decimal 0 211 154 1 0 0.27 0.17 163.79 1 0.41
Hex 0 D3 9A 64 0 1B 11 A4 64 29
Octal 0 323 232 144 0 33 21 244 144 51
Binary 0 11010011 10011010 1100100 0 11011 10001 10100100 1100100 101001

Color Harmonies of #00D39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D39A

Black with #00D39A

Text Example


Text Example

White with #00D39A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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