Html Css Color HEX #18C0CA Iris Blue

📋 copy color: '#18C0CA'

red 24 ◦ green 192 ◦ blue 202

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

Shades of Iris Blue #18C0CA

Tints of Iris Blue #18C0CA

RGB

 RED value IS 24 (9.77% from 255) = 5.74%

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

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

R = 5.74%
G = 45.93%
B = 48.33%

CMYK

 C value IS 0.88

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#18C0CA (or 0x18C0CA) is known color: Iris Blue. HEX triplet: 18, C0 and CA. RGB value is (24,192,202). Sum of RGB (Red+Green+Blue) = 24+192+202=418 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.74% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #18C0CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18C0CA is #E73F35. Grayscale: #8E8E8E. Windows color (decimal): -15154998 or 13287448. OLE color: 13287448.

HSL color Cylindrical-coordinate representation of color #18C0CA: hue angle of 183.37º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C0CA is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 24 192 202 -
CMYK 0.88 0.05 0 0.21
HSL 183.37º 0.79% 0.44% -
HSV(B) 183.37º 0.88% 0.79% -
XYZ 29.89 42.16 62.44 -
YUV 142.91 161.34 43.19 -
System Red Green Blue C M Y K H S L
Decimal 24 192 202 0.88 0.05 0 0.21 183.37 0.79 0.44
Hex 18 C0 CA 58 5 0 15 B7 4F 2C
Octal 30 300 312 130 5 0 25 267 117 54
Binary 11000 11000000 11001010 1011000 101 0 10101 10110111 1001111 101100

Color Harmonies of #18C0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C0CA

Black with #18C0CA

Text Example


Text Example

White with #18C0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18C0CA; }

 p { color: rgb(24,192,202); }

 H1.HeaderClassName
 {
   color: #18C0CA;
 }
 .AnyTagClassName
 {
   color: #18C0CA;
 }
</style>

background-color css

<style>
 a { background-color: #18C0CA; }

 a { background-color: rgb(24,192,202); }

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

border-color css

<style>
 span { border-color: #18C0CA; }

 span { border-color: rgb(24,192,202); }

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