Html Css Color HEX #6CAC88 Bay Leaf

📋 copy color: '#6CAC88'

red 108 ◦ green 172 ◦ blue 136

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

Shades of Bay Leaf #6CAC88

Tints of Bay Leaf #6CAC88

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.35%

 BLUE value IS 136 (53.52% from 255) = 32.69%

R = 25.96%
G = 41.35%
B = 32.69%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#6CAC88 (or 0x6CAC88) is known color: Bay Leaf. HEX triplet: 6C, AC and 88. RGB value is (108,172,136). Sum of RGB (Red+Green+Blue) = 108+172+136=416 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.96% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 172 - color contains mainly: green. Hex color #6CAC88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAC88 is #935377. Grayscale: #949494. Windows color (decimal): -9655160 or 8957036. OLE color: 8957036.

HSL color Cylindrical-coordinate representation of color #6CAC88: hue angle of 146.25º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6CAC88 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 172 136 -
CMYK 0.37 0 0.21 0.33
HSL 146.25º 0.28% 0.55% -
HSV(B) 146.25º 0.37% 0.67% -
XYZ 25.38 34.47 28.61 -
YUV 148.76 120.8 98.93 -
System Red Green Blue C M Y K H S L
Decimal 108 172 136 0.37 0 0.21 0.33 146.25 0.28 0.55
Hex 6C AC 88 25 0 15 21 92 1C 37
Octal 154 254 210 45 0 25 41 222 34 67
Binary 1101100 10101100 10001000 100101 0 10101 100001 10010010 11100 110111

Color Harmonies of #6CAC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAC88

Black with #6CAC88

Text Example


Text Example

White with #6CAC88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,172,136); }

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

background-color css

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

 a { background-color: rgb(108,172,136); }

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

border-color css

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

 span { border-color: rgb(108,172,136); }

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