Html Css Color HEX #65AE9D Keppel

📋 copy color: '#65AE9D'

red 101 ◦ green 174 ◦ blue 157

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

Shades of Keppel #65AE9D

Tints of Keppel #65AE9D

RGB

 RED value IS 101 (39.84% from 255) = 23.38%

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

 BLUE value IS 157 (61.72% from 255) = 36.34%

R = 23.38%
G = 40.28%
B = 36.34%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#65AE9D (or 0x65AE9D) is known color: Keppel. HEX triplet: 65, AE and 9D. RGB value is (101,174,157). Sum of RGB (Red+Green+Blue) = 101+174+157=432 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.38% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 174 - color contains mainly: green. Hex color #65AE9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AE9D is #9A5162. Grayscale: #969696. Windows color (decimal): -10113379 or 10333797. OLE color: 10333797.

HSL color Cylindrical-coordinate representation of color #65AE9D: hue angle of 166.03º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65AE9D is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 174 157 -
CMYK 0.42 0 0.10 0.32
HSL 166.03º 0.31% 0.54% -
HSV(B) 166.03º 0.42% 0.68% -
XYZ 26.59 35.47 37.34 -
YUV 150.24 131.82 92.88 -
System Red Green Blue C M Y K H S L
Decimal 101 174 157 0.42 0 0.10 0.32 166.03 0.31 0.54
Hex 65 AE 9D 2A 0 A 20 A6 1F 36
Octal 145 256 235 52 0 12 40 246 37 66
Binary 1100101 10101110 10011101 101010 0 1010 100000 10100110 11111 110110

Color Harmonies of #65AE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AE9D

Black with #65AE9D

Text Example


Text Example

White with #65AE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65AE9D; }

 p { color: rgb(101,174,157); }

 H1.HeaderClassName
 {
   color: #65AE9D;
 }
 .AnyTagClassName
 {
   color: #65AE9D;
 }
</style>

background-color css

<style>
 a { background-color: #65AE9D; }

 a { background-color: rgb(101,174,157); }

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

border-color css

<style>
 span { border-color: #65AE9D; }

 span { border-color: rgb(101,174,157); }

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