Html Css Color HEX #6CAE86 Bay Leaf

📋 copy color: '#6CAE86'

red 108 ◦ green 174 ◦ blue 134

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

Shades of Bay Leaf #6CAE86

Tints of Bay Leaf #6CAE86

RGB

 RED value IS 108 (42.58% from 255) = 25.96%

 GREEN value IS 174 (68.36% from 255) = 41.83%

 BLUE value IS 134 (52.73% from 255) = 32.21%

R = 25.96%
G = 41.83%
B = 32.21%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#6CAE86 (or 0x6CAE86) is known color: Bay Leaf. HEX triplet: 6C, AE and 86. RGB value is (108,174,134). Sum of RGB (Red+Green+Blue) = 108+174+134=416 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.96% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 174 - color contains mainly: green. Hex color #6CAE86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAE86 is #935179. Grayscale: #959595. Windows color (decimal): -9654650 or 8826476. OLE color: 8826476.

HSL color Cylindrical-coordinate representation of color #6CAE86: hue angle of 143.64º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6CAE86 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB 108 174 134 -
CMYK 0.38 0 0.23 0.32
HSL 143.64º 0.29% 0.55% -
HSV(B) 143.64º 0.38% 0.68% -
XYZ 25.62 35.18 27.99 -
YUV 149.71 119.13 98.25 -
System Red Green Blue C M Y K H S L
Decimal 108 174 134 0.38 0 0.23 0.32 143.64 0.29 0.55
Hex 6C AE 86 26 0 17 20 90 1D 37
Octal 154 256 206 46 0 27 40 220 35 67
Binary 1101100 10101110 10000110 100110 0 10111 100000 10010000 11101 110111

Color Harmonies of #6CAE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAE86

Black with #6CAE86

Text Example


Text Example

White with #6CAE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CAE86; }

 p { color: rgb(108,174,134); }

 H1.HeaderClassName
 {
   color: #6CAE86;
 }
 .AnyTagClassName
 {
   color: #6CAE86;
 }
</style>

background-color css

<style>
 a { background-color: #6CAE86; }

 a { background-color: rgb(108,174,134); }

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

border-color css

<style>
 span { border-color: #6CAE86; }

 span { border-color: rgb(108,174,134); }

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