Html Css Color HEX #6DBFAB Gulf Stream

📋 copy color: '#6DBFAB'

red 109 ◦ green 191 ◦ blue 171

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

Shades of Gulf Stream #6DBFAB

Tints of Gulf Stream #6DBFAB

RGB

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

 GREEN value IS 191 (75% from 255) = 40.55%

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

R = 23.14%
G = 40.55%
B = 36.31%

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

#6DBFAB (or 0x6DBFAB) is known color: Gulf Stream. HEX triplet: 6D, BF and AB. RGB value is (109,191,171). Sum of RGB (Red+Green+Blue) = 109+191+171=471 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.14% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 191 - color contains mainly: green. Hex color #6DBFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBFAB is #924054. Grayscale: #A4A4A4. Windows color (decimal): -9584725 or 11255661. OLE color: 11255661.

HSL color Cylindrical-coordinate representation of color #6DBFAB: hue angle of 165.37º degrees, saturation: 0.39, 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 #6DBFAB is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 191 171 -
CMYK 0.43 0 0.10 0.25
HSL 165.37º 0.39% 0.59% -
HSV(B) 165.37º 0.43% 0.75% -
XYZ 32.29 43.45 45.21 -
YUV 164.2 131.83 88.63 -
System Red Green Blue C M Y K H S L
Decimal 109 191 171 0.43 0 0.10 0.25 165.37 0.39 0.59
Hex 6D BF AB 2B 0 A 19 A5 27 3B
Octal 155 277 253 53 0 12 31 245 47 73
Binary 1101101 10111111 10101011 101011 0 1010 11001 10100101 100111 111011

Color Harmonies of #6DBFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBFAB

Black with #6DBFAB

Text Example


Text Example

White with #6DBFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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