Html Css Color HEX #6BAE99 Acapulco

📋 copy color: '#6BAE99'

red 107 ◦ green 174 ◦ blue 153

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

Shades of Acapulco #6BAE99

Tints of Acapulco #6BAE99

RGB

 RED value IS 107 (42.19% from 255) = 24.65%

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

 BLUE value IS 153 (60.16% from 255) = 35.25%

R = 24.65%
G = 40.09%
B = 35.25%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#6BAE99 (or 0x6BAE99) is known color: Acapulco. HEX triplet: 6B, AE and 99. RGB value is (107,174,153). Sum of RGB (Red+Green+Blue) = 107+174+153=434 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.65% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 174 - color contains mainly: green. Hex color #6BAE99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAE99 is #945166. Grayscale: #979797. Windows color (decimal): -9720167 or 10071659. OLE color: 10071659.

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

Color convert

RGB 107 174 153 -
CMYK 0.39 0 0.12 0.32
HSL 161.19º 0.29% 0.55% -
HSV(B) 161.19º 0.39% 0.68% -
XYZ 26.95 35.7 35.61 -
YUV 151.57 128.8 96.21 -
System Red Green Blue C M Y K H S L
Decimal 107 174 153 0.39 0 0.12 0.32 161.19 0.29 0.55
Hex 6B AE 99 27 0 C 20 A1 1D 37
Octal 153 256 231 47 0 14 40 241 35 67
Binary 1101011 10101110 10011001 100111 0 1100 100000 10100001 11101 110111

Color Harmonies of #6BAE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAE99

Black with #6BAE99

Text Example


Text Example

White with #6BAE99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,174,153); }

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

background-color css

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

 a { background-color: rgb(107,174,153); }

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

border-color css

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

 span { border-color: rgb(107,174,153); }

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