Html Css Color HEX #65AF9D Keppel

📋 copy color: '#65AF9D'

red 101 ◦ green 175 ◦ blue 157

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

Shades of Keppel #65AF9D

Tints of Keppel #65AF9D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.42%

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

R = 23.33%
G = 40.42%
B = 36.26%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#65AF9D (or 0x65AF9D) is known color: Keppel. HEX triplet: 65, AF and 9D. RGB value is (101,175,157). Sum of RGB (Red+Green+Blue) = 101+175+157=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 175 - color contains mainly: green. Hex color #65AF9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AF9D is #9A5062. Grayscale: #969696. Windows color (decimal): -10113123 or 10334053. OLE color: 10334053.

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

Color convert

RGB 101 175 157 -
CMYK 0.42 0 0.10 0.31
HSL 165.41º 0.32% 0.54% -
HSV(B) 165.41º 0.42% 0.69% -
XYZ 26.78 35.86 37.41 -
YUV 150.82 131.48 92.46 -
System Red Green Blue C M Y K H S L
Decimal 101 175 157 0.42 0 0.10 0.31 165.41 0.32 0.54
Hex 65 AF 9D 2A 0 A 1F A5 20 36
Octal 145 257 235 52 0 12 37 245 40 66
Binary 1100101 10101111 10011101 101010 0 1010 11111 10100101 100000 110110

Color Harmonies of #65AF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AF9D

Black with #65AF9D

Text Example


Text Example

White with #65AF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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