Html Css Color HEX #02BCAC Caribbean Green

📋 copy color: '#02BCAC'

red 2 ◦ green 188 ◦ blue 172

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

Shades of Caribbean Green #02BCAC

Tints of Caribbean Green #02BCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.51%

R = 0.55%
G = 51.93%
B = 47.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#02BCAC (or 0x02BCAC) is known color: Caribbean Green. HEX triplet: 02, BC and AC. RGB value is (2,188,172). Sum of RGB (Red+Green+Blue) = 2+188+172=362 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #02BCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BCAC is #FD4353. Grayscale: #828282. Windows color (decimal): -16597844 or 11320322. OLE color: 11320322.

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

Color convert

RGB 2 188 172 -
CMYK 0.99 0 0.09 0.26
HSL 174.84º 0.98% 0.37% -
HSV(B) 174.84º 0.99% 0.74% -
XYZ 25.45 38.96 45.21 -
YUV 130.56 151.38 36.3 -
System Red Green Blue C M Y K H S L
Decimal 2 188 172 0.99 0 0.09 0.26 174.84 0.98 0.37
Hex 2 BC AC 63 0 9 1A AF 62 25
Octal 2 274 254 143 0 11 32 257 142 45
Binary 10 10111100 10101100 1100011 0 1001 11010 10101111 1100010 100101

Color Harmonies of #02BCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BCAC

Black with #02BCAC

Text Example


Text Example

White with #02BCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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