Html Css Color HEX #65AD96 Keppel

📋 copy color: '#65AD96'

red 101 ◦ green 173 ◦ blue 150

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

Shades of Keppel #65AD96

Tints of Keppel #65AD96

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.8%

 BLUE value IS 150 (58.98% from 255) = 35.38%

R = 23.82%
G = 40.8%
B = 35.38%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#65AD96 (or 0x65AD96) is known color: Keppel. HEX triplet: 65, AD and 96. RGB value is (101,173,150). Sum of RGB (Red+Green+Blue) = 101+173+150=424 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.82% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AD96 is #9A5269. Grayscale: #949494. Windows color (decimal): -10113642 or 9874789. OLE color: 9874789.

HSL color Cylindrical-coordinate representation of color #65AD96: hue angle of 160.83º 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 #65AD96 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 173 150 -
CMYK 0.42 0 0.13 0.32
HSL 160.83º 0.31% 0.54% -
HSV(B) 160.83º 0.42% 0.68% -
XYZ 25.82 34.86 34.22 -
YUV 148.85 128.65 93.87 -
System Red Green Blue C M Y K H S L
Decimal 101 173 150 0.42 0 0.13 0.32 160.83 0.31 0.54
Hex 65 AD 96 2A 0 D 20 A1 1F 36
Octal 145 255 226 52 0 15 40 241 37 66
Binary 1100101 10101101 10010110 101010 0 1101 100000 10100001 11111 110110

Color Harmonies of #65AD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AD96

Black with #65AD96

Text Example


Text Example

White with #65AD96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,173,150); }

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

background-color css

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

 a { background-color: rgb(101,173,150); }

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

border-color css

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

 span { border-color: rgb(101,173,150); }

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