Html Css Color HEX #14C2BE Iris Blue

📋 copy color: '#14C2BE'

red 20 ◦ green 194 ◦ blue 190

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

Shades of Iris Blue #14C2BE

Tints of Iris Blue #14C2BE

RGB

 RED value IS 20 (8.2% from 255) = 4.95%

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

 BLUE value IS 190 (74.61% from 255) = 47.03%

R = 4.95%
G = 48.02%
B = 47.03%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#14C2BE (or 0x14C2BE) is known color: Iris Blue. HEX triplet: 14, C2 and BE. RGB value is (20,194,190). Sum of RGB (Red+Green+Blue) = 20+194+190=404 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.95% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 194 - color contains mainly: green. Hex color #14C2BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14C2BE is #EB3D41. Grayscale: #8D8D8D. Windows color (decimal): -15416642 or 12501524. OLE color: 12501524.

HSL color Cylindrical-coordinate representation of color #14C2BE: hue angle of 178.62º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C2BE is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 20 194 190 -
CMYK 0.90 0 0.02 0.24
HSL 178.62º 0.81% 0.42% -
HSV(B) 178.62º 0.9% 0.76% -
XYZ 28.87 42.45 55.39 -
YUV 141.52 155.35 41.33 -
System Red Green Blue C M Y K H S L
Decimal 20 194 190 0.90 0 0.02 0.24 178.62 0.81 0.42
Hex 14 C2 BE 5A 0 2 18 B3 51 2A
Octal 24 302 276 132 0 2 30 263 121 52
Binary 10100 11000010 10111110 1011010 0 10 11000 10110011 1010001 101010

Color Harmonies of #14C2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C2BE

Black with #14C2BE

Text Example


Text Example

White with #14C2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14C2BE; }

 p { color: rgb(20,194,190); }

 H1.HeaderClassName
 {
   color: #14C2BE;
 }
 .AnyTagClassName
 {
   color: #14C2BE;
 }
</style>

background-color css

<style>
 a { background-color: #14C2BE; }

 a { background-color: rgb(20,194,190); }

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

border-color css

<style>
 span { border-color: #14C2BE; }

 span { border-color: rgb(20,194,190); }

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