Html Css Color HEX #65AE9E Keppel

📋 copy color: '#65AE9E'

red 101 ◦ green 174 ◦ blue 158

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

Shades of Keppel #65AE9E

Tints of Keppel #65AE9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.49%

R = 23.33%
G = 40.18%
B = 36.49%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#65AE9E (or 0x65AE9E) is known color: Keppel. HEX triplet: 65, AE and 9E. RGB value is (101,174,158). Sum of RGB (Red+Green+Blue) = 101+174+158=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 174 - color contains mainly: green. Hex color #65AE9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AE9E is #9A5161. Grayscale: #969696. Windows color (decimal): -10113378 or 10399333. OLE color: 10399333.

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

Color convert

RGB 101 174 158 -
CMYK 0.42 0 0.09 0.32
HSL 166.85º 0.31% 0.54% -
HSV(B) 166.85º 0.42% 0.68% -
XYZ 26.67 35.51 37.8 -
YUV 150.35 132.32 92.8 -
System Red Green Blue C M Y K H S L
Decimal 101 174 158 0.42 0 0.09 0.32 166.85 0.31 0.54
Hex 65 AE 9E 2A 0 9 20 A7 1F 36
Octal 145 256 236 52 0 11 40 247 37 66
Binary 1100101 10101110 10011110 101010 0 1001 100000 10100111 11111 110110

Color Harmonies of #65AE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AE9E

Black with #65AE9E

Text Example


Text Example

White with #65AE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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