Html Css Color HEX #68BFA3 Keppel

📋 copy color: '#68BFA3'

red 104 ◦ green 191 ◦ blue 163

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

Shades of Keppel #68BFA3

Tints of Keppel #68BFA3

RGB

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

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

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

R = 22.71%
G = 41.7%
B = 35.59%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#68BFA3 (or 0x68BFA3) is known color: Keppel. HEX triplet: 68, BF and A3. RGB value is (104,191,163). Sum of RGB (Red+Green+Blue) = 104+191+163=458 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.71% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 163 (64.06% from 255 or 35.59% from 458); Max value from RGB is 191 - color contains mainly: green. Hex color #68BFA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BFA3 is #97405C. Grayscale: #A1A1A1. Windows color (decimal): -9912413 or 10731368. OLE color: 10731368.

HSL color Cylindrical-coordinate representation of color #68BFA3: hue angle of 160.69º 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 #68BFA3 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 191 163 -
CMYK 0.46 0 0.15 0.25
HSL 160.69º 0.4% 0.58% -
HSV(B) 160.69º 0.46% 0.75% -
XYZ 30.95 42.85 41.29 -
YUV 161.8 128.68 86.78 -
System Red Green Blue C M Y K H S L
Decimal 104 191 163 0.46 0 0.15 0.25 160.69 0.4 0.58
Hex 68 BF A3 2E 0 F 19 A1 28 3A
Octal 150 277 243 56 0 17 31 241 50 72
Binary 1101000 10111111 10100011 101110 0 1111 11001 10100001 101000 111010

Color Harmonies of #68BFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BFA3

Black with #68BFA3

Text Example


Text Example

White with #68BFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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