Html Css Color HEX #68BDA2 Keppel

📋 copy color: '#68BDA2'

red 104 ◦ green 189 ◦ blue 162

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

Shades of Keppel #68BDA2

Tints of Keppel #68BDA2

RGB

 RED value IS 104 (41.02% from 255) = 22.86%

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

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

R = 22.86%
G = 41.54%
B = 35.6%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#68BDA2 (or 0x68BDA2) is known color: Keppel. HEX triplet: 68, BD and A2. RGB value is (104,189,162). Sum of RGB (Red+Green+Blue) = 104+189+162=455 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.86% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 189 - color contains mainly: green. Hex color #68BDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BDA2 is #97425D. Grayscale: #A0A0A0. Windows color (decimal): -9912926 or 10665320. OLE color: 10665320.

HSL color Cylindrical-coordinate representation of color #68BDA2: hue angle of 160.94º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BDA2 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 189 162 -
CMYK 0.45 0 0.14 0.26
HSL 160.94º 0.39% 0.57% -
HSV(B) 160.94º 0.45% 0.74% -
XYZ 30.43 41.95 40.68 -
YUV 160.51 128.84 87.7 -
System Red Green Blue C M Y K H S L
Decimal 104 189 162 0.45 0 0.14 0.26 160.94 0.39 0.57
Hex 68 BD A2 2D 0 E 1A A1 27 39
Octal 150 275 242 55 0 16 32 241 47 71
Binary 1101000 10111101 10100010 101101 0 1110 11010 10100001 100111 111001

Color Harmonies of #68BDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BDA2

Black with #68BDA2

Text Example


Text Example

White with #68BDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68BDA2; }

 p { color: rgb(104,189,162); }

 H1.HeaderClassName
 {
   color: #68BDA2;
 }
 .AnyTagClassName
 {
   color: #68BDA2;
 }
</style>

background-color css

<style>
 a { background-color: #68BDA2; }

 a { background-color: rgb(104,189,162); }

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

border-color css

<style>
 span { border-color: #68BDA2; }

 span { border-color: rgb(104,189,162); }

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