Html Css Color HEX #65AF9B Keppel

📋 copy color: '#65AF9B'

red 101 ◦ green 175 ◦ blue 155

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

Shades of Keppel #65AF9B

Tints of Keppel #65AF9B

RGB

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

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

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

R = 23.43%
G = 40.6%
B = 35.96%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#65AF9B (or 0x65AF9B) is known color: Keppel. HEX triplet: 65, AF and 9B. RGB value is (101,175,155). Sum of RGB (Red+Green+Blue) = 101+175+155=431 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.43% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #65AF9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AF9B is #9A5064. Grayscale: #969696. Windows color (decimal): -10113125 or 10202981. OLE color: 10202981.

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

Color convert

RGB 101 175 155 -
CMYK 0.42 0 0.11 0.31
HSL 163.78º 0.32% 0.54% -
HSV(B) 163.78º 0.42% 0.69% -
XYZ 26.61 35.79 36.52 -
YUV 150.59 130.48 92.63 -
System Red Green Blue C M Y K H S L
Decimal 101 175 155 0.42 0 0.11 0.31 163.78 0.32 0.54
Hex 65 AF 9B 2A 0 B 1F A4 20 36
Octal 145 257 233 52 0 13 37 244 40 66
Binary 1100101 10101111 10011011 101010 0 1011 11111 10100100 100000 110110

Color Harmonies of #65AF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AF9B

Black with #65AF9B

Text Example


Text Example

White with #65AF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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