Html Css Color HEX #90B4AF Conch

📋 copy color: '#90B4AF'

red 144 ◦ green 180 ◦ blue 175

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

Shades of Conch #90B4AF

Tints of Conch #90B4AF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.07%

 BLUE value IS 175 (68.75% from 255) = 35.07%

R = 28.86%
G = 36.07%
B = 35.07%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#90B4AF (or 0x90B4AF) is known color: Conch. HEX triplet: 90, B4 and AF. RGB value is (144,180,175). Sum of RGB (Red+Green+Blue) = 144+180+175=499 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.86% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 180 - color contains mainly: green. Hex color #90B4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B4AF is #6F4B50. Grayscale: #A8A8A8. Windows color (decimal): -7293777 or 11515024. OLE color: 11515024.

HSL color Cylindrical-coordinate representation of color #90B4AF: hue angle of 171.67º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #90B4AF is Cyan = 0.2, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 144 180 175 -
CMYK 0.2 0 0.03 0.29
HSL 171.67º 0.19% 0.64% -
HSV(B) 171.67º 0.2% 0.71% -
XYZ 35.56 41.67 46.73 -
YUV 168.67 131.57 110.41 -
System Red Green Blue C M Y K H S L
Decimal 144 180 175 0.2 0 0.03 0.29 171.67 0.19 0.64
Hex 90 B4 AF 14 0 3 1D AC 13 40
Octal 220 264 257 24 0 3 35 254 23 100
Binary 10010000 10110100 10101111 10100 0 11 11101 10101100 10011 1000000

Color Harmonies of #90B4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B4AF

Black with #90B4AF

Text Example


Text Example

White with #90B4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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