Html Css Color HEX #7EBDBD Glacier

📋 copy color: '#7EBDBD'

red 126 ◦ green 189 ◦ blue 189

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

Shades of Glacier #7EBDBD

Tints of Glacier #7EBDBD

RGB

 RED value IS 126 (49.61% from 255) = 25%

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

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

R = 25%
G = 37.5%
B = 37.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7EBDBD (or 0x7EBDBD) is known color: Glacier. HEX triplet: 7E, BD and BD. RGB value is (126,189,189). Sum of RGB (Red+Green+Blue) = 126+189+189=504 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #7EBDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBDBD is #814242. Grayscale: #AAAAAA. Windows color (decimal): -8471107 or 12434814. OLE color: 12434814.

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

Color convert

RGB 126 189 189 -
CMYK 0.33 0 0 0.26
HSL 180º 0.32% 0.62% -
HSV(B) 180º 0.33% 0.74% -
XYZ 35.99 44.5 54.84 -
YUV 170.16 138.63 96.5 -
System Red Green Blue C M Y K H S L
Decimal 126 189 189 0.33 0 0 0.26 180 0.32 0.62
Hex 7E BD BD 21 0 0 1A B4 20 3E
Octal 176 275 275 41 0 0 32 264 40 76
Binary 1111110 10111101 10111101 100001 0 0 11010 10110100 100000 111110

Color Harmonies of #7EBDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBDBD

Black with #7EBDBD

Text Example


Text Example

White with #7EBDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7EBDBD; }

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

 H1.HeaderClassName
 {
   color: #7EBDBD;
 }
 .AnyTagClassName
 {
   color: #7EBDBD;
 }
</style>

background-color css

<style>
 a { background-color: #7EBDBD; }

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

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

border-color css

<style>
 span { border-color: #7EBDBD; }

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

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