Html Css Color HEX #02C8B0 Caribbean Green

📋 copy color: '#02C8B0'

red 2 ◦ green 200 ◦ blue 176

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

Shades of Caribbean Green #02C8B0

Tints of Caribbean Green #02C8B0

RGB

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

 GREEN value IS 200 (78.52% from 255) = 52.91%

 BLUE value IS 176 (69.14% from 255) = 46.56%

R = 0.53%
G = 52.91%
B = 46.56%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#02C8B0 (or 0x02C8B0) is known color: Caribbean Green. HEX triplet: 02, C8 and B0. RGB value is (2,200,176). Sum of RGB (Red+Green+Blue) = 2+200+176=378 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 378); Green value is 200 (78.52% from 255 or 52.91% from 378); Blue value is 176 (69.14% from 255 or 46.56% from 378); Max value from RGB is 200 - color contains mainly: green. Hex color #02C8B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C8B0 is #FD374F. Grayscale: #898989. Windows color (decimal): -16594768 or 11585538. OLE color: 11585538.

HSL color Cylindrical-coordinate representation of color #02C8B0: hue angle of 172.73º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C8B0 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 2 200 176 -
CMYK 0.99 0 0.12 0.22
HSL 172.73º 0.98% 0.4% -
HSV(B) 172.73º 0.99% 0.78% -
XYZ 28.52 44.46 48.15 -
YUV 138.06 149.4 30.95 -
System Red Green Blue C M Y K H S L
Decimal 2 200 176 0.99 0 0.12 0.22 172.73 0.98 0.4
Hex 2 C8 B0 63 0 C 16 AD 62 28
Octal 2 310 260 143 0 14 26 255 142 50
Binary 10 11001000 10110000 1100011 0 1100 10110 10101101 1100010 101000

Color Harmonies of #02C8B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C8B0

Black with #02C8B0

Text Example


Text Example

White with #02C8B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,200,176); }

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

background-color css

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

 a { background-color: rgb(2,200,176); }

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

border-color css

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

 span { border-color: rgb(2,200,176); }

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