Html Css Color HEX #7DBABA Glacier

📋 copy color: '#7DBABA'

red 125 ◦ green 186 ◦ blue 186

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

Shades of Glacier #7DBABA

Tints of Glacier #7DBABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.42%

R = 25.15%
G = 37.42%
B = 37.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7DBABA (or 0x7DBABA) is known color: Glacier. HEX triplet: 7D, BA and BA. RGB value is (125,186,186). Sum of RGB (Red+Green+Blue) = 125+186+186=497 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.15% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #7DBABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBABA is #824545. Grayscale: #A7A7A7. Windows color (decimal): -8537414 or 12237437. OLE color: 12237437.

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

Color convert

RGB 125 186 186 -
CMYK 0.33 0 0 0.27
HSL 180º 0.31% 0.61% -
HSV(B) 180º 0.33% 0.73% -
XYZ 34.88 43.02 52.92 -
YUV 167.76 138.29 97.5 -
System Red Green Blue C M Y K H S L
Decimal 125 186 186 0.33 0 0 0.27 180 0.31 0.61
Hex 7D BA BA 21 0 0 1B B4 1F 3D
Octal 175 272 272 41 0 0 33 264 37 75
Binary 1111101 10111010 10111010 100001 0 0 11011 10110100 11111 111101

Color Harmonies of #7DBABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBABA

Black with #7DBABA

Text Example


Text Example

White with #7DBABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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