Html Css Color HEX #6BB090 Acapulco

📋 copy color: '#6BB090'

red 107 ◦ green 176 ◦ blue 144

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

Shades of Acapulco #6BB090

Tints of Acapulco #6BB090

RGB

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

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

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

R = 25.06%
G = 41.22%
B = 33.72%

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

#6BB090 (or 0x6BB090) is known color: Acapulco. HEX triplet: 6B, B0 and 90. RGB value is (107,176,144). Sum of RGB (Red+Green+Blue) = 107+176+144=427 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.06% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 176 - color contains mainly: green. Hex color #6BB090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BB090 is #944F6F. Grayscale: #979797. Windows color (decimal): -9719664 or 9482347. OLE color: 9482347.

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

Color convert

RGB 107 176 144 -
CMYK 0.39 0 0.18 0.31
HSL 152.17º 0.3% 0.55% -
HSV(B) 152.17º 0.39% 0.69% -
XYZ 26.62 36.19 31.97 -
YUV 151.72 123.64 96.1 -
System Red Green Blue C M Y K H S L
Decimal 107 176 144 0.39 0 0.18 0.31 152.17 0.3 0.55
Hex 6B B0 90 27 0 12 1F 98 1E 37
Octal 153 260 220 47 0 22 37 230 36 67
Binary 1101011 10110000 10010000 100111 0 10010 11111 10011000 11110 110111

Color Harmonies of #6BB090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB090

Black with #6BB090

Text Example


Text Example

White with #6BB090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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