Html Css Color HEX #02ACB2 Iris Blue

📋 copy color: '#02ACB2'

red 2 ◦ green 172 ◦ blue 178

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

Shades of Iris Blue #02ACB2

Tints of Iris Blue #02ACB2

RGB

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

 GREEN value IS 172 (67.58% from 255) = 48.86%

 BLUE value IS 178 (69.92% from 255) = 50.57%

R = 0.57%
G = 48.86%
B = 50.57%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#02ACB2 (or 0x02ACB2) is known color: Iris Blue. HEX triplet: 02, AC and B2. RGB value is (2,172,178). Sum of RGB (Red+Green+Blue) = 2+172+178=352 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 352); Green value is 172 (67.58% from 255 or 48.86% from 352); Blue value is 178 (69.92% from 255 or 50.57% from 352); Max value from RGB is 178 - color contains mainly: blue. Hex color #02ACB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02ACB2 is #FD534D. Grayscale: #797979. Windows color (decimal): -16601934 or 11709442. OLE color: 11709442.

HSL color Cylindrical-coordinate representation of color #02ACB2: hue angle of 182.05º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ACB2 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 2 172 178 -
CMYK 0.99 0.03 0 0.30
HSL 182.05º 0.98% 0.35% -
HSV(B) 182.05º 0.99% 0.7% -
XYZ 22.81 32.73 47.24 -
YUV 121.85 159.68 42.51 -
System Red Green Blue C M Y K H S L
Decimal 2 172 178 0.99 0.03 0 0.30 182.05 0.98 0.35
Hex 2 AC B2 63 3 0 1E B6 62 23
Octal 2 254 262 143 3 0 36 266 142 43
Binary 10 10101100 10110010 1100011 11 0 11110 10110110 1100010 100011

Color Harmonies of #02ACB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02ACB2

Black with #02ACB2

Text Example


Text Example

White with #02ACB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,172,178); }

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

background-color css

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

 a { background-color: rgb(2,172,178); }

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

border-color css

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

 span { border-color: rgb(2,172,178); }

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