Html Css Color HEX #20C2CA Iris Blue

📋 copy color: '#20C2CA'

red 32 ◦ green 194 ◦ blue 202

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

Shades of Iris Blue #20C2CA

Tints of Iris Blue #20C2CA

RGB

 RED value IS 32 (12.89% from 255) = 7.48%

 GREEN value IS 194 (76.17% from 255) = 45.33%

 BLUE value IS 202 (79.3% from 255) = 47.2%

R = 7.48%
G = 45.33%
B = 47.2%

CMYK

 C value IS 0.84

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#20C2CA (or 0x20C2CA) is known color: Iris Blue. HEX triplet: 20, C2 and CA. RGB value is (32,194,202). Sum of RGB (Red+Green+Blue) = 32+194+202=428 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.48% from 428); Green value is 194 (76.17% from 255 or 45.33% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #20C2CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C2CA is #DF3D35. Grayscale: #929292. Windows color (decimal): -14630198 or 13287968. OLE color: 13287968.

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

Color convert

RGB 32 194 202 -
CMYK 0.84 0.04 0 0.21
HSL 182.82º 0.73% 0.46% -
HSV(B) 182.82º 0.84% 0.79% -
XYZ 30.55 43.15 62.6 -
YUV 146.47 159.33 46.35 -
System Red Green Blue C M Y K H S L
Decimal 32 194 202 0.84 0.04 0 0.21 182.82 0.73 0.46
Hex 20 C2 CA 54 4 0 15 B7 49 2E
Octal 40 302 312 124 4 0 25 267 111 56
Binary 100000 11000010 11001010 1010100 100 0 10101 10110111 1001001 101110

Color Harmonies of #20C2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C2CA

Black with #20C2CA

Text Example


Text Example

White with #20C2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20C2CA;
 }
 .AnyTagClassName
 {
   color: #20C2CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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