Html Css Color HEX #02BA93 Caribbean Green

📋 copy color: '#02BA93'

red 2 ◦ green 186 ◦ blue 147

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

Shades of Caribbean Green #02BA93

Tints of Caribbean Green #02BA93

RGB

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

 GREEN value IS 186 (73.05% from 255) = 55.52%

 BLUE value IS 147 (57.81% from 255) = 43.88%

R = 0.6%
G = 55.52%
B = 43.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#02BA93 (or 0x02BA93) is known color: Caribbean Green. HEX triplet: 02, BA and 93. RGB value is (2,186,147). Sum of RGB (Red+Green+Blue) = 2+186+147=335 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BA93 is #FD456C. Grayscale: #7E7E7E. Windows color (decimal): -16598381 or 9681410. OLE color: 9681410.

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

Color convert

RGB 2 186 147 -
CMYK 0.99 0 0.21 0.27
HSL 167.28º 0.98% 0.37% -
HSV(B) 167.28º 0.99% 0.73% -
XYZ 22.85 37.24 33.59 -
YUV 126.54 139.54 39.17 -
System Red Green Blue C M Y K H S L
Decimal 2 186 147 0.99 0 0.21 0.27 167.28 0.98 0.37
Hex 2 BA 93 63 0 15 1B A7 62 25
Octal 2 272 223 143 0 25 33 247 142 45
Binary 10 10111010 10010011 1100011 0 10101 11011 10100111 1100010 100101

Color Harmonies of #02BA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BA93

Black with #02BA93

Text Example


Text Example

White with #02BA93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,186,147); }

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

background-color css

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

 a { background-color: rgb(2,186,147); }

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

border-color css

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

 span { border-color: rgb(2,186,147); }

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