Html Css Color HEX #6DBCAC Gulf Stream

📋 copy color: '#6DBCAC'

red 109 ◦ green 188 ◦ blue 172

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

Shades of Gulf Stream #6DBCAC

Tints of Gulf Stream #6DBCAC

RGB

 RED value IS 109 (42.97% from 255) = 23.24%

 GREEN value IS 188 (73.83% from 255) = 40.09%

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

R = 23.24%
G = 40.09%
B = 36.67%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#6DBCAC (or 0x6DBCAC) is known color: Gulf Stream. HEX triplet: 6D, BC and AC. RGB value is (109,188,172). Sum of RGB (Red+Green+Blue) = 109+188+172=469 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.24% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 188 - color contains mainly: green. Hex color #6DBCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBCAC is #924353. Grayscale: #A2A2A2. Windows color (decimal): -9585492 or 11320429. OLE color: 11320429.

HSL color Cylindrical-coordinate representation of color #6DBCAC: hue angle of 167.85º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DBCAC is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 109 188 172 -
CMYK 0.42 0 0.09 0.26
HSL 167.85º 0.37% 0.58% -
HSV(B) 167.85º 0.42% 0.74% -
XYZ 31.74 42.2 45.5 -
YUV 162.56 133.33 89.8 -
System Red Green Blue C M Y K H S L
Decimal 109 188 172 0.42 0 0.09 0.26 167.85 0.37 0.58
Hex 6D BC AC 2A 0 9 1A A8 25 3A
Octal 155 274 254 52 0 11 32 250 45 72
Binary 1101101 10111100 10101100 101010 0 1001 11010 10101000 100101 111010

Color Harmonies of #6DBCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBCAC

Black with #6DBCAC

Text Example


Text Example

White with #6DBCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,188,172); }

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

background-color css

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

 a { background-color: rgb(109,188,172); }

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

border-color css

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

 span { border-color: rgb(109,188,172); }

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