Html Css Color HEX #90AFAE Conch

📋 copy color: '#90AFAE'

red 144 ◦ green 175 ◦ blue 174

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

Shades of Conch #90AFAE

Tints of Conch #90AFAE

RGB

 RED value IS 144 (56.64% from 255) = 29.21%

 GREEN value IS 175 (68.75% from 255) = 35.5%

 BLUE value IS 174 (68.36% from 255) = 35.29%

R = 29.21%
G = 35.5%
B = 35.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#90AFAE (or 0x90AFAE) is known color: Conch. HEX triplet: 90, AF and AE. RGB value is (144,175,174). Sum of RGB (Red+Green+Blue) = 144+175+174=493 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.21% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 175 - color contains mainly: green. Hex color #90AFAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AFAE is #6F5051. Grayscale: #A5A5A5. Windows color (decimal): -7295058 or 11448208. OLE color: 11448208.

HSL color Cylindrical-coordinate representation of color #90AFAE: hue angle of 178.06º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #90AFAE is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 144 175 174 -
CMYK 0.18 0 0.01 0.31
HSL 178.06º 0.16% 0.63% -
HSV(B) 178.06º 0.18% 0.69% -
XYZ 34.47 39.65 45.88 -
YUV 165.62 132.73 112.58 -
System Red Green Blue C M Y K H S L
Decimal 144 175 174 0.18 0 0.01 0.31 178.06 0.16 0.63
Hex 90 AF AE 12 0 1 1F B2 10 3F
Octal 220 257 256 22 0 1 37 262 20 77
Binary 10010000 10101111 10101110 10010 0 1 11111 10110010 10000 111111

Color Harmonies of #90AFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AFAE

Black with #90AFAE

Text Example


Text Example

White with #90AFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90AFAE; }

 p { color: rgb(144,175,174); }

 H1.HeaderClassName
 {
   color: #90AFAE;
 }
 .AnyTagClassName
 {
   color: #90AFAE;
 }
</style>

background-color css

<style>
 a { background-color: #90AFAE; }

 a { background-color: rgb(144,175,174); }

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

border-color css

<style>
 span { border-color: #90AFAE; }

 span { border-color: rgb(144,175,174); }

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