Html Css Color HEX #6CBAAC Gulf Stream

📋 copy color: '#6CBAAC'

red 108 ◦ green 186 ◦ blue 172

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

Shades of Gulf Stream #6CBAAC

Tints of Gulf Stream #6CBAAC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.91%

 BLUE value IS 172 (67.58% from 255) = 36.91%

R = 23.18%
G = 39.91%
B = 36.91%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#6CBAAC (or 0x6CBAAC) is known color: Gulf Stream. HEX triplet: 6C, BA and AC. RGB value is (108,186,172). Sum of RGB (Red+Green+Blue) = 108+186+172=466 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.18% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBAAC is #934553. Grayscale: #A1A1A1. Windows color (decimal): -9651540 or 11319916. OLE color: 11319916.

HSL color Cylindrical-coordinate representation of color #6CBAAC: hue angle of 169.23º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6CBAAC is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 108 186 172 -
CMYK 0.42 0 0.08 0.27
HSL 169.23º 0.36% 0.58% -
HSV(B) 169.23º 0.42% 0.73% -
XYZ 31.19 41.28 45.35 -
YUV 161.08 134.16 90.14 -
System Red Green Blue C M Y K H S L
Decimal 108 186 172 0.42 0 0.08 0.27 169.23 0.36 0.58
Hex 6C BA AC 2A 0 8 1B A9 24 3A
Octal 154 272 254 52 0 10 33 251 44 72
Binary 1101100 10111010 10101100 101010 0 1000 11011 10101001 100100 111010

Color Harmonies of #6CBAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBAAC

Black with #6CBAAC

Text Example


Text Example

White with #6CBAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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