Html Css Color HEX #65BD9E Keppel

📋 copy color: '#65BD9E'

red 101 ◦ green 189 ◦ blue 158

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

Shades of Keppel #65BD9E

Tints of Keppel #65BD9E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.19%

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

R = 22.54%
G = 42.19%
B = 35.27%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#65BD9E (or 0x65BD9E) is known color: Keppel. HEX triplet: 65, BD and 9E. RGB value is (101,189,158). Sum of RGB (Red+Green+Blue) = 101+189+158=448 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.54% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 189 - color contains mainly: green. Hex color #65BD9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65BD9E is #9A4261. Grayscale: #9F9F9F. Windows color (decimal): -10109538 or 10403173. OLE color: 10403173.

HSL color Cylindrical-coordinate representation of color #65BD9E: hue angle of 158.86º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65BD9E is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 189 158 -
CMYK 0.47 0 0.16 0.26
HSL 158.86º 0.4% 0.57% -
HSV(B) 158.86º 0.47% 0.74% -
XYZ 29.74 41.63 38.82 -
YUV 159.15 127.35 86.52 -
System Red Green Blue C M Y K H S L
Decimal 101 189 158 0.47 0 0.16 0.26 158.86 0.4 0.57
Hex 65 BD 9E 2F 0 10 1A 9F 28 39
Octal 145 275 236 57 0 20 32 237 50 71
Binary 1100101 10111101 10011110 101111 0 10000 11010 10011111 101000 111001

Color Harmonies of #65BD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BD9E

Black with #65BD9E

Text Example


Text Example

White with #65BD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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