Html Css Color HEX #65BF9B Keppel

📋 copy color: '#65BF9B'

red 101 ◦ green 191 ◦ blue 155

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

Shades of Keppel #65BF9B

Tints of Keppel #65BF9B

RGB

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

 GREEN value IS 191 (75% from 255) = 42.73%

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

R = 22.6%
G = 42.73%
B = 34.68%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#65BF9B (or 0x65BF9B) is known color: Keppel. HEX triplet: 65, BF and 9B. RGB value is (101,191,155). Sum of RGB (Red+Green+Blue) = 101+191+155=447 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.60% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #65BF9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65BF9B is #9A4064. Grayscale: #A0A0A0. Windows color (decimal): -10109029 or 10207077. OLE color: 10207077.

HSL color Cylindrical-coordinate representation of color #65BF9B: hue angle of 156º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65BF9B is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 191 155 -
CMYK 0.47 0 0.19 0.25
HSL 156º 0.41% 0.57% -
HSV(B) 156º 0.47% 0.75% -
XYZ 29.91 42.39 37.62 -
YUV 159.99 125.18 85.93 -
System Red Green Blue C M Y K H S L
Decimal 101 191 155 0.47 0 0.19 0.25 156 0.41 0.57
Hex 65 BF 9B 2F 0 13 19 9C 29 39
Octal 145 277 233 57 0 23 31 234 51 71
Binary 1100101 10111111 10011011 101111 0 10011 11001 10011100 101001 111001

Color Harmonies of #65BF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BF9B

Black with #65BF9B

Text Example


Text Example

White with #65BF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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