Html Css Color HEX #02BCA0 Caribbean Green

📋 copy color: '#02BCA0'

red 2 ◦ green 188 ◦ blue 160

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

Shades of Caribbean Green #02BCA0

Tints of Caribbean Green #02BCA0

RGB

 RED value IS 2 (1.17% from 255) = 0.57%

 GREEN value IS 188 (73.83% from 255) = 53.71%

 BLUE value IS 160 (62.89% from 255) = 45.71%

R = 0.57%
G = 53.71%
B = 45.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#02BCA0 (or 0x02BCA0) is known color: Caribbean Green. HEX triplet: 02, BC and A0. RGB value is (2,188,160). Sum of RGB (Red+Green+Blue) = 2+188+160=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 188 (73.83% from 255 or 53.71% from 350); Blue value is 160 (62.89% from 255 or 45.71% from 350); Max value from RGB is 188 - color contains mainly: green. Hex color #02BCA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BCA0 is #FD435F. Grayscale: #818181. Windows color (decimal): -16597856 or 10533890. OLE color: 10533890.

HSL color Cylindrical-coordinate representation of color #02BCA0: hue angle of 170.97º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BCA0 is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 188 160 -
CMYK 0.99 0 0.15 0.26
HSL 170.97º 0.98% 0.37% -
HSV(B) 170.97º 0.99% 0.74% -
XYZ 24.35 38.52 39.41 -
YUV 129.19 145.38 37.28 -
System Red Green Blue C M Y K H S L
Decimal 2 188 160 0.99 0 0.15 0.26 170.97 0.98 0.37
Hex 2 BC A0 63 0 F 1A AB 62 25
Octal 2 274 240 143 0 17 32 253 142 45
Binary 10 10111100 10100000 1100011 0 1111 11010 10101011 1100010 100101

Color Harmonies of #02BCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BCA0

Black with #02BCA0

Text Example


Text Example

White with #02BCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02BCA0; }

 p { color: rgb(2,188,160); }

 H1.HeaderClassName
 {
   color: #02BCA0;
 }
 .AnyTagClassName
 {
   color: #02BCA0;
 }
</style>

background-color css

<style>
 a { background-color: #02BCA0; }

 a { background-color: rgb(2,188,160); }

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

border-color css

<style>
 span { border-color: #02BCA0; }

 span { border-color: rgb(2,188,160); }

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