Html Css Color HEX #6DBCAB Gulf Stream

📋 copy color: '#6DBCAB'

red 109 ◦ green 188 ◦ blue 171

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

Shades of Gulf Stream #6DBCAB

Tints of Gulf Stream #6DBCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.54%

R = 23.29%
G = 40.17%
B = 36.54%

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

#6DBCAB (or 0x6DBCAB) is known color: Gulf Stream. HEX triplet: 6D, BC and AB. RGB value is (109,188,171). Sum of RGB (Red+Green+Blue) = 109+188+171=468 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.29% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #6DBCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBCAB is #924354. Grayscale: #A2A2A2. Windows color (decimal): -9585493 or 11254893. OLE color: 11254893.

HSL color Cylindrical-coordinate representation of color #6DBCAB: hue angle of 167.09º 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 #6DBCAB is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 109 188 171 -
CMYK 0.42 0 0.09 0.26
HSL 167.09º 0.37% 0.58% -
HSV(B) 167.09º 0.42% 0.74% -
XYZ 31.64 42.16 45 -
YUV 162.44 132.83 89.88 -
System Red Green Blue C M Y K H S L
Decimal 109 188 171 0.42 0 0.09 0.26 167.09 0.37 0.58
Hex 6D BC AB 2A 0 9 1A A7 25 3A
Octal 155 274 253 52 0 11 32 247 45 72
Binary 1101101 10111100 10101011 101010 0 1001 11010 10100111 100101 111010

Color Harmonies of #6DBCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBCAB

Black with #6DBCAB

Text Example


Text Example

White with #6DBCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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