Html Css Color HEX #00CA87 Caribbean Green

📋 copy color: '#00CA87'

red 0 ◦ green 202 ◦ blue 135

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

Shades of Caribbean Green #00CA87

Tints of Caribbean Green #00CA87

RGB

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

 GREEN value IS 202 (79.3% from 255) = 59.94%

 BLUE value IS 135 (53.13% from 255) = 40.06%

R = 0%
G = 59.94%
B = 40.06%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#00CA87 (or 0x00CA87) is known color: Caribbean Green. HEX triplet: 00, CA and 87. RGB value is (0,202,135). Sum of RGB (Red+Green+Blue) = 0+202+135=337 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 337); Green value is 202 (79.30% from 255 or 59.94% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 202 - color contains mainly: green. Hex color #00CA87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CA87 is #FF3578. Grayscale: #868686. Windows color (decimal): -16725369 or 8899072. OLE color: 8899072.

HSL color Cylindrical-coordinate representation of color #00CA87: hue angle of 160.1º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CA87 is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 202 135 -
CMYK 1 0 0.33 0.21
HSL 160.1º 1% 0.4% -
HSV(B) 160.1º 1% 0.79% -
XYZ 25.49 43.99 30.07 -
YUV 133.96 128.58 32.45 -
System Red Green Blue C M Y K H S L
Decimal 0 202 135 1 0 0.33 0.21 160.1 1 0.4
Hex 0 CA 87 64 0 21 15 A0 64 28
Octal 0 312 207 144 0 41 25 240 144 50
Binary 0 11001010 10000111 1100100 0 100001 10101 10100000 1100100 101000

Color Harmonies of #00CA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CA87

Black with #00CA87

Text Example


Text Example

White with #00CA87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,202,135); }

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

background-color css

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

 a { background-color: rgb(0,202,135); }

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

border-color css

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

 span { border-color: rgb(0,202,135); }

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