Html Css Color HEX #02C0BD Iris Blue

📋 copy color: '#02C0BD'

red 2 ◦ green 192 ◦ blue 189

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

Shades of Iris Blue #02C0BD

Tints of Iris Blue #02C0BD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.13%

 BLUE value IS 189 (74.22% from 255) = 49.35%

R = 0.52%
G = 50.13%
B = 49.35%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#02C0BD (or 0x02C0BD) is known color: Iris Blue. HEX triplet: 02, C0 and BD. RGB value is (2,192,189). Sum of RGB (Red+Green+Blue) = 2+192+189=383 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #02C0BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C0BD is #FD3F42. Grayscale: #868686. Windows color (decimal): -16596803 or 12435458. OLE color: 12435458.

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

Color convert

RGB 2 192 189 -
CMYK 0.99 0 0.02 0.25
HSL 179.05º 0.98% 0.38% -
HSV(B) 179.05º 0.99% 0.75% -
XYZ 28.06 41.39 54.65 -
YUV 134.85 158.55 33.24 -
System Red Green Blue C M Y K H S L
Decimal 2 192 189 0.99 0 0.02 0.25 179.05 0.98 0.38
Hex 2 C0 BD 63 0 2 19 B3 62 26
Octal 2 300 275 143 0 2 31 263 142 46
Binary 10 11000000 10111101 1100011 0 10 11001 10110011 1100010 100110

Color Harmonies of #02C0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C0BD

Black with #02C0BD

Text Example


Text Example

White with #02C0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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