Html Css Color HEX #69BB9B Keppel

📋 copy color: '#69BB9B'

red 105 ◦ green 187 ◦ blue 155

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

Shades of Keppel #69BB9B

Tints of Keppel #69BB9B

RGB

 RED value IS 105 (41.41% from 255) = 23.49%

 GREEN value IS 187 (73.44% from 255) = 41.83%

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

R = 23.49%
G = 41.83%
B = 34.68%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#69BB9B (or 0x69BB9B) is known color: Keppel. HEX triplet: 69, BB and 9B. RGB value is (105,187,155). Sum of RGB (Red+Green+Blue) = 105+187+155=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 187 - color contains mainly: green. Hex color #69BB9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BB9B is #964464. Grayscale: #9E9E9E. Windows color (decimal): -9847909 or 10206057. OLE color: 10206057.

HSL color Cylindrical-coordinate representation of color #69BB9B: hue angle of 156.59º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69BB9B is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 187 155 -
CMYK 0.44 0 0.17 0.27
HSL 156.59º 0.38% 0.57% -
HSV(B) 156.59º 0.44% 0.73% -
XYZ 29.51 40.91 37.35 -
YUV 158.83 125.83 89.6 -
System Red Green Blue C M Y K H S L
Decimal 105 187 155 0.44 0 0.17 0.27 156.59 0.38 0.57
Hex 69 BB 9B 2C 0 11 1B 9D 26 39
Octal 151 273 233 54 0 21 33 235 46 71
Binary 1101001 10111011 10011011 101100 0 10001 11011 10011101 100110 111001

Color Harmonies of #69BB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BB9B

Black with #69BB9B

Text Example


Text Example

White with #69BB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69BB9B; }

 p { color: rgb(105,187,155); }

 H1.HeaderClassName
 {
   color: #69BB9B;
 }
 .AnyTagClassName
 {
   color: #69BB9B;
 }
</style>

background-color css

<style>
 a { background-color: #69BB9B; }

 a { background-color: rgb(105,187,155); }

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

border-color css

<style>
 span { border-color: #69BB9B; }

 span { border-color: rgb(105,187,155); }

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