Html Css Color HEX #7FADB0 Ziggurat

📋 copy color: '#7FADB0'

red 127 ◦ green 173 ◦ blue 176

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

Shades of Ziggurat #7FADB0

Tints of Ziggurat #7FADB0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.34%

 BLUE value IS 176 (69.14% from 255) = 36.97%

R = 26.68%
G = 36.34%
B = 36.97%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7FADB0 (or 0x7FADB0) is known color: Ziggurat. HEX triplet: 7F, AD and B0. RGB value is (127,173,176). Sum of RGB (Red+Green+Blue) = 127+173+176=476 (63% of max value = 765). Red value is 127 (50% from 255 or 26.68% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 176 - color contains mainly: blue. Hex color #7FADB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FADB0 is #80524F. Grayscale: #9F9F9F. Windows color (decimal): -8409680 or 11578751. OLE color: 11578751.

HSL color Cylindrical-coordinate representation of color #7FADB0: hue angle of 183.67º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7FADB0 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 173 176 -
CMYK 0.28 0.02 0 0.31
HSL 183.67º 0.24% 0.59% -
HSV(B) 183.67º 0.28% 0.69% -
XYZ 31.53 37.53 46.66 -
YUV 159.59 137.26 104.76 -
System Red Green Blue C M Y K H S L
Decimal 127 173 176 0.28 0.02 0 0.31 183.67 0.24 0.59
Hex 7F AD B0 1C 2 0 1F B8 18 3B
Octal 177 255 260 34 2 0 37 270 30 73
Binary 1111111 10101101 10110000 11100 10 0 11111 10111000 11000 111011

Color Harmonies of #7FADB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FADB0

Black with #7FADB0

Text Example


Text Example

White with #7FADB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,173,176); }

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

background-color css

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

 a { background-color: rgb(127,173,176); }

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

border-color css

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

 span { border-color: rgb(127,173,176); }

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