Html Css Color HEX #7FBEBF Glacier

📋 copy color: '#7FBEBF'

red 127 ◦ green 190 ◦ blue 191

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

Shades of Glacier #7FBEBF

Tints of Glacier #7FBEBF

RGB

 RED value IS 127 (50% from 255) = 25%

 GREEN value IS 190 (74.61% from 255) = 37.4%

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

R = 25%
G = 37.4%
B = 37.6%

CMYK

 C value IS 0.34

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7FBEBF (or 0x7FBEBF) is known color: Glacier. HEX triplet: 7F, BE and BF. RGB value is (127,190,191). Sum of RGB (Red+Green+Blue) = 127+190+191=508 (67% of max value = 765). Red value is 127 (50% from 255 or 25% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #7FBEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBEBF is #804140. Grayscale: #ABABAB. Windows color (decimal): -8405313 or 12566143. OLE color: 12566143.

HSL color Cylindrical-coordinate representation of color #7FBEBF: hue angle of 180.94º 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 #7FBEBF is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 190 191 -
CMYK 0.34 0.01 0 0.25
HSL 180.94º 0.33% 0.62% -
HSV(B) 180.94º 0.34% 0.75% -
XYZ 36.57 45.1 56.07 -
YUV 171.28 139.13 96.42 -
System Red Green Blue C M Y K H S L
Decimal 127 190 191 0.34 0.01 0 0.25 180.94 0.33 0.62
Hex 7F BE BF 22 1 0 19 B5 21 3E
Octal 177 276 277 42 1 0 31 265 41 76
Binary 1111111 10111110 10111111 100010 1 0 11001 10110101 100001 111110

Color Harmonies of #7FBEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBEBF

Black with #7FBEBF

Text Example


Text Example

White with #7FBEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,190,191); }

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

background-color css

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

 a { background-color: rgb(127,190,191); }

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

border-color css

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

 span { border-color: rgb(127,190,191); }

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