Html Css Color HEX #6CB090 Acapulco

📋 copy color: '#6CB090'

red 108 ◦ green 176 ◦ blue 144

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

Shades of Acapulco #6CB090

Tints of Acapulco #6CB090

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.12%

 BLUE value IS 144 (56.64% from 255) = 33.64%

R = 25.23%
G = 41.12%
B = 33.64%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#6CB090 (or 0x6CB090) is known color: Acapulco. HEX triplet: 6C, B0 and 90. RGB value is (108,176,144). Sum of RGB (Red+Green+Blue) = 108+176+144=428 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.23% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 176 - color contains mainly: green. Hex color #6CB090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CB090 is #934F6F. Grayscale: #989898. Windows color (decimal): -9654128 or 9482348. OLE color: 9482348.

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

Color convert

RGB 108 176 144 -
CMYK 0.39 0 0.18 0.31
HSL 151.76º 0.3% 0.56% -
HSV(B) 151.76º 0.39% 0.69% -
XYZ 26.74 36.25 31.97 -
YUV 152.02 123.47 96.6 -
System Red Green Blue C M Y K H S L
Decimal 108 176 144 0.39 0 0.18 0.31 151.76 0.3 0.56
Hex 6C B0 90 27 0 12 1F 98 1E 38
Octal 154 260 220 47 0 22 37 230 36 70
Binary 1101100 10110000 10010000 100111 0 10010 11111 10011000 11110 111000

Color Harmonies of #6CB090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB090

Black with #6CB090

Text Example


Text Example

White with #6CB090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,176,144); }

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

background-color css

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

 a { background-color: rgb(108,176,144); }

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

border-color css

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

 span { border-color: rgb(108,176,144); }

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