Html Css Color HEX #60AE9B Keppel

📋 copy color: '#60AE9B'

red 96 ◦ green 174 ◦ blue 155

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

Shades of Keppel #60AE9B

Tints of Keppel #60AE9B

RGB

 RED value IS 96 (37.89% from 255) = 22.59%

 GREEN value IS 174 (68.36% from 255) = 40.94%

 BLUE value IS 155 (60.94% from 255) = 36.47%

R = 22.59%
G = 40.94%
B = 36.47%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#60AE9B (or 0x60AE9B) is known color: Keppel. HEX triplet: 60, AE and 9B. RGB value is (96,174,155). Sum of RGB (Red+Green+Blue) = 96+174+155=425 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.59% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 174 - color contains mainly: green. Hex color #60AE9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AE9B is #9F5164. Grayscale: #949494. Windows color (decimal): -10441061 or 10202720. OLE color: 10202720.

HSL color Cylindrical-coordinate representation of color #60AE9B: hue angle of 165.38º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60AE9B is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 174 155 -
CMYK 0.45 0 0.11 0.32
HSL 165.38º 0.33% 0.53% -
HSV(B) 165.38º 0.45% 0.68% -
XYZ 25.88 35.13 36.43 -
YUV 148.51 131.66 90.54 -
System Red Green Blue C M Y K H S L
Decimal 96 174 155 0.45 0 0.11 0.32 165.38 0.33 0.53
Hex 60 AE 9B 2D 0 B 20 A5 20 35
Octal 140 256 233 55 0 13 40 245 40 65
Binary 1100000 10101110 10011011 101101 0 1011 100000 10100101 100000 110101

Color Harmonies of #60AE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AE9B

Black with #60AE9B

Text Example


Text Example

White with #60AE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60AE9B; }

 p { color: rgb(96,174,155); }

 H1.HeaderClassName
 {
   color: #60AE9B;
 }
 .AnyTagClassName
 {
   color: #60AE9B;
 }
</style>

background-color css

<style>
 a { background-color: #60AE9B; }

 a { background-color: rgb(96,174,155); }

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

border-color css

<style>
 span { border-color: #60AE9B; }

 span { border-color: rgb(96,174,155); }

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