Html Css Color HEX #68BCA2 Keppel

📋 copy color: '#68BCA2'

red 104 ◦ green 188 ◦ blue 162

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

Shades of Keppel #68BCA2

Tints of Keppel #68BCA2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.41%

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

R = 22.91%
G = 41.41%
B = 35.68%

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

#68BCA2 (or 0x68BCA2) is known color: Keppel. HEX triplet: 68, BC and A2. RGB value is (104,188,162). Sum of RGB (Red+Green+Blue) = 104+188+162=454 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.91% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #68BCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BCA2 is #97435D. Grayscale: #9F9F9F. Windows color (decimal): -9913182 or 10665064. OLE color: 10665064.

HSL color Cylindrical-coordinate representation of color #68BCA2: hue angle of 161.43º 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 #68BCA2 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 188 162 -
CMYK 0.45 0 0.14 0.26
HSL 161.43º 0.39% 0.57% -
HSV(B) 161.43º 0.45% 0.74% -
XYZ 30.21 41.52 40.6 -
YUV 159.92 129.17 88.11 -
System Red Green Blue C M Y K H S L
Decimal 104 188 162 0.45 0 0.14 0.26 161.43 0.39 0.57
Hex 68 BC A2 2D 0 E 1A A1 27 39
Octal 150 274 242 55 0 16 32 241 47 71
Binary 1101000 10111100 10100010 101101 0 1110 11010 10100001 100111 111001

Color Harmonies of #68BCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BCA2

Black with #68BCA2

Text Example


Text Example

White with #68BCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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