#24C2CA

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

Shades of Iris Blue #24C2CA

Tints of Iris Blue #24C2CA

Color information

#24C2CA (or 0x24C2CA) is unknown color: approx Iris Blue. HEX triplet: 24, C2 and CA. RGB value is (36,194,202). Sum of RGB (Red+Green+Blue) = 36+194+202=432 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.33% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #24C2CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24C2CA is #DB3D35. Grayscale: #939393. Windows color (decimal): -14368054 or 13287972. OLE color: 13287972.

HSL color Cylindrical-coordinate representation of color #24C2CA: hue angle of 182.89º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24C2CA is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB36194202-
CMYK0.820.0400.21
HSL182.89º69.75%46.67%-
HSV(B)182.89º82.18%79.22%-
XYZ30.6843.2262.6-
YUV147.67158.6548.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.33%
GREEN value IS 194 (76.17% from 255) = 44.91%
BLUE value IS 202 (79.30% from 255) = 46.76%
R=8.33%
G=44.91%
B=46.76%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal361942020.820.0400.21182.8969.7546.67
Hex24C2CA524015b7462f
Octal44302312122402526710657
Binary10010011000010110010101010010100010101101101111000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24C2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24C2CA; }

 p { color: rgb(36,194,202); }

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

<style>
 a { background-color: #24C2CA; }

 a { background-color: rgb(36,194,202); }

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

<style>
 span { border-color: #24C2CA; }

 span { border-color: rgb(36,194,202); }

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