Html Css Color HEX #02BD9A Caribbean Green

📋 copy color: '#02BD9A'

red 2 ◦ green 189 ◦ blue 154

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

Shades of Caribbean Green #02BD9A

Tints of Caribbean Green #02BD9A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 54.78%

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

R = 0.58%
G = 54.78%
B = 44.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#02BD9A (or 0x02BD9A) is known color: Caribbean Green. HEX triplet: 02, BD and 9A. RGB value is (2,189,154). Sum of RGB (Red+Green+Blue) = 2+189+154=345 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 345); Green value is 189 (74.22% from 255 or 54.78% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 189 - color contains mainly: green. Hex color #02BD9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BD9A is #FD4265. Grayscale: #818181. Windows color (decimal): -16597606 or 10140930. OLE color: 10140930.

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

Color convert

RGB 2 189 154 -
CMYK 0.99 0 0.19 0.26
HSL 168.77º 0.98% 0.37% -
HSV(B) 168.77º 0.99% 0.74% -
XYZ 24.06 38.74 36.78 -
YUV 129.1 142.05 37.35 -
System Red Green Blue C M Y K H S L
Decimal 2 189 154 0.99 0 0.19 0.26 168.77 0.98 0.37
Hex 2 BD 9A 63 0 13 1A A9 62 25
Octal 2 275 232 143 0 23 32 251 142 45
Binary 10 10111101 10011010 1100011 0 10011 11010 10101001 1100010 100101

Color Harmonies of #02BD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BD9A

Black with #02BD9A

Text Example


Text Example

White with #02BD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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