Html Css Color HEX #68BCA3 Keppel

📋 copy color: '#68BCA3'

red 104 ◦ green 188 ◦ blue 163

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

Shades of Keppel #68BCA3

Tints of Keppel #68BCA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 35.82%

R = 22.86%
G = 41.32%
B = 35.82%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#68BCA3 (or 0x68BCA3) is known color: Keppel. HEX triplet: 68, BC and A3. RGB value is (104,188,163). Sum of RGB (Red+Green+Blue) = 104+188+163=455 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.86% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #68BCA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BCA3 is #97435C. Grayscale: #A0A0A0. Windows color (decimal): -9913181 or 10730600. OLE color: 10730600.

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

Color convert

RGB 104 188 163 -
CMYK 0.45 0 0.13 0.26
HSL 162.14º 0.39% 0.57% -
HSV(B) 162.14º 0.45% 0.74% -
XYZ 30.3 41.55 41.07 -
YUV 160.03 129.67 88.03 -
System Red Green Blue C M Y K H S L
Decimal 104 188 163 0.45 0 0.13 0.26 162.14 0.39 0.57
Hex 68 BC A3 2D 0 D 1A A2 27 39
Octal 150 274 243 55 0 15 32 242 47 71
Binary 1101000 10111100 10100011 101101 0 1101 11010 10100010 100111 111001

Color Harmonies of #68BCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BCA3

Black with #68BCA3

Text Example


Text Example

White with #68BCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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