#02B2AE

Color #02B2AE Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #02B2AE

Tints of Iris Blue #02B2AE

Color information

#02B2AE (or 0x02B2AE) is unknown color: approx Iris Blue. HEX triplet: 02, B2 and AE. RGB value is (2,178,174). Sum of RGB (Red+Green+Blue) = 2+178+174=354 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 354); Green value is 178 (69.92% from 255 or 50.28% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 178 - color contains mainly: green. Hex color #02B2AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02B2AE is #FD4D51. Grayscale: #7C7C7C. Windows color (decimal): -16600402 or 11448834. OLE color: 11448834.

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

Color convert

RGB2178174-
CMYK0.9900.020.30
HSL178.64º97.78%35.29%-
HSV(B)178.64º98.88%69.8%-
XYZ23.5934.9145.54-
YUV124.92155.6940.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.56%
GREEN value IS 178 (69.92% from 255) = 50.28%
BLUE value IS 174 (68.36% from 255) = 49.15%
R=0.56%
G=50.28%
B=49.15%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal21781740.9900.020.30178.6497.7835.29
Hex2B2AE63021Eb36223
Octal2262256143023626314243
Binary101011001010101110110001101011110101100111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #02B2AE;
 }
 .AnyTagClassName
 {
   color: #02B2AE;
 }
</style>
background-color css

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

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

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

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

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

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