Html Css Color HEX #74BDBF Glacier

📋 copy color: '#74BDBF'

red 116 ◦ green 189 ◦ blue 191

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

Shades of Glacier #74BDBF

Tints of Glacier #74BDBF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.1%

 BLUE value IS 191 (75% from 255) = 38.51%

R = 23.39%
G = 38.1%
B = 38.51%

CMYK

 C value IS 0.39

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#74BDBF (or 0x74BDBF) is known color: Glacier. HEX triplet: 74, BD and BF. RGB value is (116,189,191). Sum of RGB (Red+Green+Blue) = 116+189+191=496 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.39% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #74BDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BDBF is #8B4240. Grayscale: #A7A7A7. Windows color (decimal): -9126465 or 12565876. OLE color: 12565876.

HSL color Cylindrical-coordinate representation of color #74BDBF: hue angle of 181.6º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BDBF is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 189 191 -
CMYK 0.39 0.01 0 0.25
HSL 181.6º 0.37% 0.6% -
HSV(B) 181.6º 0.39% 0.75% -
XYZ 34.8 43.87 55.92 -
YUV 167.4 141.32 91.34 -
System Red Green Blue C M Y K H S L
Decimal 116 189 191 0.39 0.01 0 0.25 181.6 0.37 0.6
Hex 74 BD BF 27 1 0 19 B6 25 3C
Octal 164 275 277 47 1 0 31 266 45 74
Binary 1110100 10111101 10111111 100111 1 0 11001 10110110 100101 111100

Color Harmonies of #74BDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BDBF

Black with #74BDBF

Text Example


Text Example

White with #74BDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,189,191); }

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

background-color css

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

 a { background-color: rgb(116,189,191); }

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

border-color css

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

 span { border-color: rgb(116,189,191); }

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