Html Css Color HEX #02BD8C Caribbean Green

📋 copy color: '#02BD8C'

red 2 ◦ green 189 ◦ blue 140

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

Shades of Caribbean Green #02BD8C

Tints of Caribbean Green #02BD8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.3%

R = 0.6%
G = 57.1%
B = 42.3%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#02BD8C (or 0x02BD8C) is known color: Caribbean Green. HEX triplet: 02, BD and 8C. RGB value is (2,189,140). Sum of RGB (Red+Green+Blue) = 2+189+140=331 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 331); Green value is 189 (74.22% from 255 or 57.10% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 189 - color contains mainly: green. Hex color #02BD8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BD8C is #FD4273. Grayscale: #7F7F7F. Windows color (decimal): -16597620 or 9223426. OLE color: 9223426.

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

Color convert

RGB 2 189 140 -
CMYK 0.99 0 0.26 0.26
HSL 164.28º 0.98% 0.37% -
HSV(B) 164.28º 0.99% 0.74% -
XYZ 22.96 38.3 30.99 -
YUV 127.5 135.05 38.48 -
System Red Green Blue C M Y K H S L
Decimal 2 189 140 0.99 0 0.26 0.26 164.28 0.98 0.37
Hex 2 BD 8C 63 0 1A 1A A4 62 25
Octal 2 275 214 143 0 32 32 244 142 45
Binary 10 10111101 10001100 1100011 0 11010 11010 10100100 1100010 100101

Color Harmonies of #02BD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BD8C

Black with #02BD8C

Text Example


Text Example

White with #02BD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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