Html Css Color HEX #00D88C Caribbean Green

📋 copy color: '#00D88C'

red 0 ◦ green 216 ◦ blue 140

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

Shades of Caribbean Green #00D88C

Tints of Caribbean Green #00D88C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 60.67%

 BLUE value IS 140 (55.08% from 255) = 39.33%

R = 0%
G = 60.67%
B = 39.33%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#00D88C (or 0x00D88C) is known color: Caribbean Green. HEX triplet: 00, D8 and 8C. RGB value is (0,216,140). Sum of RGB (Red+Green+Blue) = 0+216+140=356 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 356); Green value is 216 (84.77% from 255 or 60.67% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 216 - color contains mainly: green. Hex color #00D88C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D88C is #FF2773. Grayscale: #8E8E8E. Windows color (decimal): -16721780 or 9230336. OLE color: 9230336.

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

Color convert

RGB 0 216 140 -
CMYK 1 0 0.35 0.15
HSL 158.89º 1% 0.42% -
HSV(B) 158.89º 1% 0.85% -
XYZ 29.29 51.01 33.11 -
YUV 142.75 126.44 26.18 -
System Red Green Blue C M Y K H S L
Decimal 0 216 140 1 0 0.35 0.15 158.89 1 0.42
Hex 0 D8 8C 64 0 23 F 9F 64 2A
Octal 0 330 214 144 0 43 17 237 144 52
Binary 0 11011000 10001100 1100100 0 100011 1111 10011111 1100100 101010

Color Harmonies of #00D88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D88C

Black with #00D88C

Text Example


Text Example

White with #00D88C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,216,140); }

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

background-color css

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

 a { background-color: rgb(0,216,140); }

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

border-color css

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

 span { border-color: rgb(0,216,140); }

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