Html Css Color HEX #02BD8D Caribbean Green

📋 copy color: '#02BD8D'

red 2 ◦ green 189 ◦ blue 141

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

Shades of Caribbean Green #02BD8D

Tints of Caribbean Green #02BD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.47%

R = 0.6%
G = 56.93%
B = 42.47%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#02BD8D (or 0x02BD8D) is known color: Caribbean Green. HEX triplet: 02, BD and 8D. RGB value is (2,189,141). Sum of RGB (Red+Green+Blue) = 2+189+141=332 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 332); Green value is 189 (74.22% from 255 or 56.93% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 189 - color contains mainly: green. Hex color #02BD8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BD8D is #FD4272. Grayscale: #7F7F7F. Windows color (decimal): -16597619 or 9288962. OLE color: 9288962.

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

Color convert

RGB 2 189 141 -
CMYK 0.99 0 0.25 0.26
HSL 164.6º 0.98% 0.37% -
HSV(B) 164.6º 0.99% 0.74% -
XYZ 23.03 38.33 31.38 -
YUV 127.62 135.55 38.4 -
System Red Green Blue C M Y K H S L
Decimal 2 189 141 0.99 0 0.25 0.26 164.6 0.98 0.37
Hex 2 BD 8D 63 0 19 1A A5 62 25
Octal 2 275 215 143 0 31 32 245 142 45
Binary 10 10111101 10001101 1100011 0 11001 11010 10100101 1100010 100101

Color Harmonies of #02BD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BD8D

Black with #02BD8D

Text Example


Text Example

White with #02BD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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