Html Css Color HEX #68BFA0 Keppel

📋 copy color: '#68BFA0'

red 104 ◦ green 191 ◦ blue 160

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

Shades of Keppel #68BFA0

Tints of Keppel #68BFA0

RGB

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

 GREEN value IS 191 (75% from 255) = 41.98%

 BLUE value IS 160 (62.89% from 255) = 35.16%

R = 22.86%
G = 41.98%
B = 35.16%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#68BFA0 (or 0x68BFA0) is known color: Keppel. HEX triplet: 68, BF and A0. RGB value is (104,191,160). Sum of RGB (Red+Green+Blue) = 104+191+160=455 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.86% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 191 - color contains mainly: green. Hex color #68BFA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BFA0 is #97405F. Grayscale: #A1A1A1. Windows color (decimal): -9912416 or 10534760. OLE color: 10534760.

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

Color convert

RGB 104 191 160 -
CMYK 0.46 0 0.16 0.25
HSL 158.62º 0.4% 0.58% -
HSV(B) 158.62º 0.46% 0.75% -
XYZ 30.68 42.74 39.89 -
YUV 161.45 127.18 87.02 -
System Red Green Blue C M Y K H S L
Decimal 104 191 160 0.46 0 0.16 0.25 158.62 0.4 0.58
Hex 68 BF A0 2E 0 10 19 9F 28 3A
Octal 150 277 240 56 0 20 31 237 50 72
Binary 1101000 10111111 10100000 101110 0 10000 11001 10011111 101000 111010

Color Harmonies of #68BFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BFA0

Black with #68BFA0

Text Example


Text Example

White with #68BFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,191,160); }

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

background-color css

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

 a { background-color: rgb(104,191,160); }

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

border-color css

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

 span { border-color: rgb(104,191,160); }

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