Html Css Color HEX #74C2C4 Glacier

📋 copy color: '#74C2C4'

red 116 ◦ green 194 ◦ blue 196

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

Shades of Glacier #74C2C4

Tints of Glacier #74C2C4

RGB

 RED value IS 116 (45.7% from 255) = 22.92%

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

 BLUE value IS 196 (76.95% from 255) = 38.74%

R = 22.92%
G = 38.34%
B = 38.74%

CMYK

 C value IS 0.41

 M value IS 0.01

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#74C2C4 (or 0x74C2C4) is known color: Glacier. HEX triplet: 74, C2 and C4. RGB value is (116,194,196). Sum of RGB (Red+Green+Blue) = 116+194+196=506 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.92% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 196 - color contains mainly: blue. Hex color #74C2C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C2C4 is #8B3D3B. Grayscale: #AAAAAA. Windows color (decimal): -9125180 or 12894836. OLE color: 12894836.

HSL color Cylindrical-coordinate representation of color #74C2C4: hue angle of 181.5º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74C2C4 is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 116 194 196 -
CMYK 0.41 0.01 0 0.23
HSL 181.5º 0.4% 0.61% -
HSV(B) 181.5º 0.41% 0.77% -
XYZ 36.46 46.28 59.24 -
YUV 170.91 142.16 88.84 -
System Red Green Blue C M Y K H S L
Decimal 116 194 196 0.41 0.01 0 0.23 181.5 0.4 0.61
Hex 74 C2 C4 29 1 0 17 B6 28 3D
Octal 164 302 304 51 1 0 27 266 50 75
Binary 1110100 11000010 11000100 101001 1 0 10111 10110110 101000 111101

Color Harmonies of #74C2C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C2C4

Black with #74C2C4

Text Example


Text Example

White with #74C2C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74C2C4; }

 p { color: rgb(116,194,196); }

 H1.HeaderClassName
 {
   color: #74C2C4;
 }
 .AnyTagClassName
 {
   color: #74C2C4;
 }
</style>

background-color css

<style>
 a { background-color: #74C2C4; }

 a { background-color: rgb(116,194,196); }

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

border-color css

<style>
 span { border-color: #74C2C4; }

 span { border-color: rgb(116,194,196); }

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