Html Css Color HEX #6CAF9A Acapulco

📋 copy color: '#6CAF9A'

red 108 ◦ green 175 ◦ blue 154

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

Shades of Acapulco #6CAF9A

Tints of Acapulco #6CAF9A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.05%

 BLUE value IS 154 (60.55% from 255) = 35.24%

R = 24.71%
G = 40.05%
B = 35.24%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#6CAF9A (or 0x6CAF9A) is known color: Acapulco. HEX triplet: 6C, AF and 9A. RGB value is (108,175,154). Sum of RGB (Red+Green+Blue) = 108+175+154=437 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.71% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 175 - color contains mainly: green. Hex color #6CAF9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAF9A is #935065. Grayscale: #989898. Windows color (decimal): -9654374 or 10137452. OLE color: 10137452.

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

Color convert

RGB 108 175 154 -
CMYK 0.38 0 0.12 0.31
HSL 161.19º 0.3% 0.55% -
HSV(B) 161.19º 0.38% 0.69% -
XYZ 27.35 36.18 36.11 -
YUV 152.57 128.8 96.21 -
System Red Green Blue C M Y K H S L
Decimal 108 175 154 0.38 0 0.12 0.31 161.19 0.3 0.55
Hex 6C AF 9A 26 0 C 1F A1 1E 37
Octal 154 257 232 46 0 14 37 241 36 67
Binary 1101100 10101111 10011010 100110 0 1100 11111 10100001 11110 110111

Color Harmonies of #6CAF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAF9A

Black with #6CAF9A

Text Example


Text Example

White with #6CAF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,175,154); }

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

background-color css

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

 a { background-color: rgb(108,175,154); }

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

border-color css

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

 span { border-color: rgb(108,175,154); }

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