Html Css Color HEX #6DBEAB Gulf Stream

📋 copy color: '#6DBEAB'

red 109 ◦ green 190 ◦ blue 171

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

Shades of Gulf Stream #6DBEAB

Tints of Gulf Stream #6DBEAB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.43%

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

R = 23.19%
G = 40.43%
B = 36.38%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#6DBEAB (or 0x6DBEAB) is known color: Gulf Stream. HEX triplet: 6D, BE and AB. RGB value is (109,190,171). Sum of RGB (Red+Green+Blue) = 109+190+171=470 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.19% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 190 - color contains mainly: green. Hex color #6DBEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBEAB is #924154. Grayscale: #A3A3A3. Windows color (decimal): -9584981 or 11255405. OLE color: 11255405.

HSL color Cylindrical-coordinate representation of color #6DBEAB: hue angle of 165.93º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DBEAB is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 190 171 -
CMYK 0.43 0 0.10 0.25
HSL 165.93º 0.38% 0.59% -
HSV(B) 165.93º 0.43% 0.75% -
XYZ 32.07 43.02 45.14 -
YUV 163.62 132.16 89.04 -
System Red Green Blue C M Y K H S L
Decimal 109 190 171 0.43 0 0.10 0.25 165.93 0.38 0.59
Hex 6D BE AB 2B 0 A 19 A6 26 3B
Octal 155 276 253 53 0 12 31 246 46 73
Binary 1101101 10111110 10101011 101011 0 1010 11001 10100110 100110 111011

Color Harmonies of #6DBEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBEAB

Black with #6DBEAB

Text Example


Text Example

White with #6DBEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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