Html Css Color HEX #5AA698 Keppel

📋 copy color: '#5AA698'

red 90 ◦ green 166 ◦ blue 152

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

Shades of Keppel #5AA698

Tints of Keppel #5AA698

RGB

 RED value IS 90 (35.55% from 255) = 22.06%

 GREEN value IS 166 (65.23% from 255) = 40.69%

 BLUE value IS 152 (59.77% from 255) = 37.25%

R = 22.06%
G = 40.69%
B = 37.25%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#5AA698 (or 0x5AA698) is known color: Keppel. HEX triplet: 5A, A6 and 98. RGB value is (90,166,152). Sum of RGB (Red+Green+Blue) = 90+166+152=408 (54% of max value = 765). Red value is 90 (35.55% from 255 or 22.06% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 166 - color contains mainly: green. Hex color #5AA698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA698 is #A55967. Grayscale: #8D8D8D. Windows color (decimal): -10836328 or 10004058. OLE color: 10004058.

HSL color Cylindrical-coordinate representation of color #5AA698: hue angle of 168.95º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5AA698 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 90 166 152 -
CMYK 0.46 0 0.08 0.35
HSL 168.95º 0.3% 0.5% -
HSV(B) 168.95º 0.46% 0.65% -
XYZ 23.52 31.71 34.59 -
YUV 141.68 133.82 91.14 -
System Red Green Blue C M Y K H S L
Decimal 90 166 152 0.46 0 0.08 0.35 168.95 0.3 0.5
Hex 5A A6 98 2E 0 8 23 A9 1E 32
Octal 132 246 230 56 0 10 43 251 36 62
Binary 1011010 10100110 10011000 101110 0 1000 100011 10101001 11110 110010

Color Harmonies of #5AA698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA698

Black with #5AA698

Text Example


Text Example

White with #5AA698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AA698; }

 p { color: rgb(90,166,152); }

 H1.HeaderClassName
 {
   color: #5AA698;
 }
 .AnyTagClassName
 {
   color: #5AA698;
 }
</style>

background-color css

<style>
 a { background-color: #5AA698; }

 a { background-color: rgb(90,166,152); }

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

border-color css

<style>
 span { border-color: #5AA698; }

 span { border-color: rgb(90,166,152); }

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