Html Css Color HEX #74BCBF Glacier

📋 copy color: '#74BCBF'

red 116 ◦ green 188 ◦ blue 191

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

Shades of Glacier #74BCBF

Tints of Glacier #74BCBF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.98%

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

R = 23.43%
G = 37.98%
B = 38.59%

CMYK

 C value IS 0.39

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#74BCBF (or 0x74BCBF) is known color: Glacier. HEX triplet: 74, BC and BF. RGB value is (116,188,191). Sum of RGB (Red+Green+Blue) = 116+188+191=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #74BCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BCBF is #8B4340. Grayscale: #A6A6A6. Windows color (decimal): -9126721 or 12565620. OLE color: 12565620.

HSL color Cylindrical-coordinate representation of color #74BCBF: hue angle of 182.4º 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 #74BCBF is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 188 191 -
CMYK 0.39 0.02 0 0.25
HSL 182.4º 0.37% 0.6% -
HSV(B) 182.4º 0.39% 0.75% -
XYZ 34.59 43.44 55.85 -
YUV 166.81 141.65 91.76 -
System Red Green Blue C M Y K H S L
Decimal 116 188 191 0.39 0.02 0 0.25 182.4 0.37 0.6
Hex 74 BC BF 27 2 0 19 B6 25 3C
Octal 164 274 277 47 2 0 31 266 45 74
Binary 1110100 10111100 10111111 100111 10 0 11001 10110110 100101 111100

Color Harmonies of #74BCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BCBF

Black with #74BCBF

Text Example


Text Example

White with #74BCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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