Html Css Color HEX #7DBABE Glacier

📋 copy color: '#7DBABE'

red 125 ◦ green 186 ◦ blue 190

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

Shades of Glacier #7DBABE

Tints of Glacier #7DBABE

RGB

 RED value IS 125 (49.22% from 255) = 24.95%

 GREEN value IS 186 (73.05% from 255) = 37.13%

 BLUE value IS 190 (74.61% from 255) = 37.92%

R = 24.95%
G = 37.13%
B = 37.92%

CMYK

 C value IS 0.34

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7DBABE (or 0x7DBABE) is known color: Glacier. HEX triplet: 7D, BA and BE. RGB value is (125,186,190). Sum of RGB (Red+Green+Blue) = 125+186+190=501 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.95% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #7DBABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBABE is #824541. Grayscale: #A8A8A8. Windows color (decimal): -8537410 or 12499581. OLE color: 12499581.

HSL color Cylindrical-coordinate representation of color #7DBABE: hue angle of 183.69º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DBABE is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 186 190 -
CMYK 0.34 0.02 0 0.25
HSL 183.69º 0.33% 0.62% -
HSV(B) 183.69º 0.34% 0.75% -
XYZ 35.31 43.2 55.19 -
YUV 168.22 140.29 97.17 -
System Red Green Blue C M Y K H S L
Decimal 125 186 190 0.34 0.02 0 0.25 183.69 0.33 0.62
Hex 7D BA BE 22 2 0 19 B8 21 3E
Octal 175 272 276 42 2 0 31 270 41 76
Binary 1111101 10111010 10111110 100010 10 0 11001 10111000 100001 111110

Color Harmonies of #7DBABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBABE

Black with #7DBABE

Text Example


Text Example

White with #7DBABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,186,190); }

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

background-color css

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

 a { background-color: rgb(125,186,190); }

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

border-color css

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

 span { border-color: rgb(125,186,190); }

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