Html Css Color HEX #69B498 Keppel

📋 copy color: '#69B498'

red 105 ◦ green 180 ◦ blue 152

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

Shades of Keppel #69B498

Tints of Keppel #69B498

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.19%

 BLUE value IS 152 (59.77% from 255) = 34.78%

R = 24.03%
G = 41.19%
B = 34.78%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#69B498 (or 0x69B498) is known color: Keppel. HEX triplet: 69, B4 and 98. RGB value is (105,180,152). Sum of RGB (Red+Green+Blue) = 105+180+152=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 180 - color contains mainly: green. Hex color #69B498 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B498 is #964B67. Grayscale: #9A9A9A. Windows color (decimal): -9849704 or 10007657. OLE color: 10007657.

HSL color Cylindrical-coordinate representation of color #69B498: hue angle of 157.6º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69B498 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 105 180 152 -
CMYK 0.42 0 0.16 0.29
HSL 157.6º 0.33% 0.56% -
HSV(B) 157.6º 0.42% 0.71% -
XYZ 27.81 37.91 35.56 -
YUV 154.38 126.65 92.78 -
System Red Green Blue C M Y K H S L
Decimal 105 180 152 0.42 0 0.16 0.29 157.6 0.33 0.56
Hex 69 B4 98 2A 0 10 1D 9E 21 38
Octal 151 264 230 52 0 20 35 236 41 70
Binary 1101001 10110100 10011000 101010 0 10000 11101 10011110 100001 111000

Color Harmonies of #69B498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B498

Black with #69B498

Text Example


Text Example

White with #69B498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,180,152); }

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

background-color css

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

 a { background-color: rgb(105,180,152); }

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

border-color css

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

 span { border-color: rgb(105,180,152); }

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