Html Css Color HEX #02BF9A Caribbean Green

📋 copy color: '#02BF9A'

red 2 ◦ green 191 ◦ blue 154

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

Shades of Caribbean Green #02BF9A

Tints of Caribbean Green #02BF9A

RGB

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

 GREEN value IS 191 (75% from 255) = 55.04%

 BLUE value IS 154 (60.55% from 255) = 44.38%

R = 0.58%
G = 55.04%
B = 44.38%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#02BF9A (or 0x02BF9A) is known color: Caribbean Green. HEX triplet: 02, BF and 9A. RGB value is (2,191,154). Sum of RGB (Red+Green+Blue) = 2+191+154=347 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 347); Green value is 191 (75% from 255 or 55.04% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 191 - color contains mainly: green. Hex color #02BF9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BF9A is #FD4065. Grayscale: #828282. Windows color (decimal): -16597094 or 10141442. OLE color: 10141442.

HSL color Cylindrical-coordinate representation of color #02BF9A: hue angle of 168.25º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BF9A is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 191 154 -
CMYK 0.99 0 0.19 0.25
HSL 168.25º 0.98% 0.38% -
HSV(B) 168.25º 0.99% 0.75% -
XYZ 24.49 39.61 36.93 -
YUV 130.27 141.38 36.51 -
System Red Green Blue C M Y K H S L
Decimal 2 191 154 0.99 0 0.19 0.25 168.25 0.98 0.38
Hex 2 BF 9A 63 0 13 19 A8 62 26
Octal 2 277 232 143 0 23 31 250 142 46
Binary 10 10111111 10011010 1100011 0 10011 11001 10101000 1100010 100110

Color Harmonies of #02BF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BF9A

Black with #02BF9A

Text Example


Text Example

White with #02BF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,191,154); }

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

background-color css

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

 a { background-color: rgb(2,191,154); }

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

border-color css

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

 span { border-color: rgb(2,191,154); }

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