Html Css Color HEX #02BA9E Caribbean Green

📋 copy color: '#02BA9E'

red 2 ◦ green 186 ◦ blue 158

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

Shades of Caribbean Green #02BA9E

Tints of Caribbean Green #02BA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.66%

R = 0.58%
G = 53.76%
B = 45.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#02BA9E (or 0x02BA9E) is known color: Caribbean Green. HEX triplet: 02, BA and 9E. RGB value is (2,186,158). Sum of RGB (Red+Green+Blue) = 2+186+158=346 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 346); Green value is 186 (73.05% from 255 or 53.76% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BA9E is #FD4561. Grayscale: #7F7F7F. Windows color (decimal): -16598370 or 10402306. OLE color: 10402306.

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

Color convert

RGB 2 186 158 -
CMYK 0.99 0 0.15 0.27
HSL 170.87º 0.98% 0.37% -
HSV(B) 170.87º 0.99% 0.73% -
XYZ 23.76 37.6 38.35 -
YUV 127.79 145.04 38.28 -
System Red Green Blue C M Y K H S L
Decimal 2 186 158 0.99 0 0.15 0.27 170.87 0.98 0.37
Hex 2 BA 9E 63 0 F 1B AB 62 25
Octal 2 272 236 143 0 17 33 253 142 45
Binary 10 10111010 10011110 1100011 0 1111 11011 10101011 1100010 100101

Color Harmonies of #02BA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BA9E

Black with #02BA9E

Text Example


Text Example

White with #02BA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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