Html Css Color HEX #69BEA2 Keppel

📋 copy color: '#69BEA2'

red 105 ◦ green 190 ◦ blue 162

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

Shades of Keppel #69BEA2

Tints of Keppel #69BEA2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.58%

 BLUE value IS 162 (63.67% from 255) = 35.45%

R = 22.98%
G = 41.58%
B = 35.45%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#69BEA2 (or 0x69BEA2) is known color: Keppel. HEX triplet: 69, BE and A2. RGB value is (105,190,162). Sum of RGB (Red+Green+Blue) = 105+190+162=457 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.98% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 190 - color contains mainly: green. Hex color #69BEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BEA2 is #96415D. Grayscale: #A1A1A1. Windows color (decimal): -9847134 or 10665577. OLE color: 10665577.

HSL color Cylindrical-coordinate representation of color #69BEA2: hue angle of 160.24º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69BEA2 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 190 162 -
CMYK 0.45 0 0.15 0.25
HSL 160.24º 0.4% 0.58% -
HSV(B) 160.24º 0.45% 0.75% -
XYZ 30.76 42.44 40.75 -
YUV 161.39 128.34 87.78 -
System Red Green Blue C M Y K H S L
Decimal 105 190 162 0.45 0 0.15 0.25 160.24 0.4 0.58
Hex 69 BE A2 2D 0 F 19 A0 28 3A
Octal 151 276 242 55 0 17 31 240 50 72
Binary 1101001 10111110 10100010 101101 0 1111 11001 10100000 101000 111010

Color Harmonies of #69BEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BEA2

Black with #69BEA2

Text Example


Text Example

White with #69BEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,190,162); }

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

background-color css

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

 a { background-color: rgb(105,190,162); }

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

border-color css

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

 span { border-color: rgb(105,190,162); }

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