Html Css Color HEX #00C286 Caribbean Green

📋 copy color: '#00C286'

red 0 ◦ green 194 ◦ blue 134

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

Shades of Caribbean Green #00C286

Tints of Caribbean Green #00C286

RGB

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

 GREEN value IS 194 (76.17% from 255) = 59.15%

 BLUE value IS 134 (52.73% from 255) = 40.85%

R = 0%
G = 59.15%
B = 40.85%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#00C286 (or 0x00C286) is known color: Caribbean Green. HEX triplet: 00, C2 and 86. RGB value is (0,194,134). Sum of RGB (Red+Green+Blue) = 0+194+134=328 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 328); Green value is 194 (76.17% from 255 or 59.15% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 194 - color contains mainly: green. Hex color #00C286 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C286 is #FF3D79. Grayscale: #818181. Windows color (decimal): -16727418 or 8831488. OLE color: 8831488.

HSL color Cylindrical-coordinate representation of color #00C286: hue angle of 161.44º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C286 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 0 194 134 -
CMYK 1 0 0.31 0.24
HSL 161.44º 1% 0.38% -
HSV(B) 161.44º 1% 0.76% -
XYZ 23.59 40.3 29.09 -
YUV 129.15 130.73 35.88 -
System Red Green Blue C M Y K H S L
Decimal 0 194 134 1 0 0.31 0.24 161.44 1 0.38
Hex 0 C2 86 64 0 1F 18 A1 64 26
Octal 0 302 206 144 0 37 30 241 144 46
Binary 0 11000010 10000110 1100100 0 11111 11000 10100001 1100100 100110

Color Harmonies of #00C286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C286

Black with #00C286

Text Example


Text Example

White with #00C286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,194,134); }

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

background-color css

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

 a { background-color: rgb(0,194,134); }

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

border-color css

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

 span { border-color: rgb(0,194,134); }

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