Html Css Color HEX #74BDBD Glacier

📋 copy color: '#74BDBD'

red 116 ◦ green 189 ◦ blue 189

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

Shades of Glacier #74BDBD

Tints of Glacier #74BDBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.26%

R = 23.48%
G = 38.26%
B = 38.26%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#74BDBD (or 0x74BDBD) is known color: Glacier. HEX triplet: 74, BD and BD. RGB value is (116,189,189). Sum of RGB (Red+Green+Blue) = 116+189+189=494 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.48% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #74BDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BDBD is #8B4242. Grayscale: #A7A7A7. Windows color (decimal): -9126467 or 12434804. OLE color: 12434804.

HSL color Cylindrical-coordinate representation of color #74BDBD: hue angle of 180º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BDBD is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 189 189 -
CMYK 0.39 0 0 0.26
HSL 180º 0.36% 0.6% -
HSV(B) 180º 0.39% 0.74% -
XYZ 34.59 43.78 54.77 -
YUV 167.17 140.32 91.5 -
System Red Green Blue C M Y K H S L
Decimal 116 189 189 0.39 0 0 0.26 180 0.36 0.6
Hex 74 BD BD 27 0 0 1A B4 24 3C
Octal 164 275 275 47 0 0 32 264 44 74
Binary 1110100 10111101 10111101 100111 0 0 11010 10110100 100100 111100

Color Harmonies of #74BDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BDBD

Black with #74BDBD

Text Example


Text Example

White with #74BDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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