Html Css Color HEX #02BCAA Caribbean Green

📋 copy color: '#02BCAA'

red 2 ◦ green 188 ◦ blue 170

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

Shades of Caribbean Green #02BCAA

Tints of Caribbean Green #02BCAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.22%

R = 0.56%
G = 52.22%
B = 47.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#02BCAA (or 0x02BCAA) is known color: Caribbean Green. HEX triplet: 02, BC and AA. RGB value is (2,188,170). Sum of RGB (Red+Green+Blue) = 2+188+170=360 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #02BCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BCAA is #FD4355. Grayscale: #828282. Windows color (decimal): -16597846 or 11189250. OLE color: 11189250.

HSL color Cylindrical-coordinate representation of color #02BCAA: hue angle of 174.19º 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 #02BCAA is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 188 170 -
CMYK 0.99 0 0.10 0.26
HSL 174.19º 0.98% 0.37% -
HSV(B) 174.19º 0.99% 0.74% -
XYZ 25.26 38.88 44.2 -
YUV 130.33 150.38 36.46 -
System Red Green Blue C M Y K H S L
Decimal 2 188 170 0.99 0 0.10 0.26 174.19 0.98 0.37
Hex 2 BC AA 63 0 A 1A AE 62 25
Octal 2 274 252 143 0 12 32 256 142 45
Binary 10 10111100 10101010 1100011 0 1010 11010 10101110 1100010 100101

Color Harmonies of #02BCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BCAA

Black with #02BCAA

Text Example


Text Example

White with #02BCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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