Html Css Color HEX #6FBDAD Gulf Stream

📋 copy color: '#6FBDAD'

red 111 ◦ green 189 ◦ blue 173

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

Shades of Gulf Stream #6FBDAD

Tints of Gulf Stream #6FBDAD

RGB

 RED value IS 111 (43.75% from 255) = 23.47%

 GREEN value IS 189 (74.22% from 255) = 39.96%

 BLUE value IS 173 (67.97% from 255) = 36.58%

R = 23.47%
G = 39.96%
B = 36.58%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#6FBDAD (or 0x6FBDAD) is known color: Gulf Stream. HEX triplet: 6F, BD and AD. RGB value is (111,189,173). Sum of RGB (Red+Green+Blue) = 111+189+173=473 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.47% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #6FBDAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBDAD is #904252. Grayscale: #A3A3A3. Windows color (decimal): -9454163 or 11386223. OLE color: 11386223.

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

Color convert

RGB 111 189 173 -
CMYK 0.41 0 0.08 0.26
HSL 167.69º 0.37% 0.59% -
HSV(B) 167.69º 0.41% 0.74% -
XYZ 32.3 42.79 46.09 -
YUV 163.85 133.16 90.3 -
System Red Green Blue C M Y K H S L
Decimal 111 189 173 0.41 0 0.08 0.26 167.69 0.37 0.59
Hex 6F BD AD 29 0 8 1A A8 25 3B
Octal 157 275 255 51 0 10 32 250 45 73
Binary 1101111 10111101 10101101 101001 0 1000 11010 10101000 100101 111011

Color Harmonies of #6FBDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBDAD

Black with #6FBDAD

Text Example


Text Example

White with #6FBDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,189,173); }

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

background-color css

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

 a { background-color: rgb(111,189,173); }

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

border-color css

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

 span { border-color: rgb(111,189,173); }

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