Html Css Color HEX #6DBCAF Gulf Stream

📋 copy color: '#6DBCAF'

red 109 ◦ green 188 ◦ blue 175

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

Shades of Gulf Stream #6DBCAF

Tints of Gulf Stream #6DBCAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.08%

R = 23.09%
G = 39.83%
B = 37.08%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#6DBCAF (or 0x6DBCAF) is known color: Gulf Stream. HEX triplet: 6D, BC and AF. RGB value is (109,188,175). Sum of RGB (Red+Green+Blue) = 109+188+175=472 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.09% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #6DBCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBCAF is #924350. Grayscale: #A2A2A2. Windows color (decimal): -9585489 or 11517037. OLE color: 11517037.

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

Color convert

RGB 109 188 175 -
CMYK 0.42 0 0.07 0.26
HSL 170.13º 0.37% 0.58% -
HSV(B) 170.13º 0.42% 0.74% -
XYZ 32.03 42.31 47.04 -
YUV 162.9 134.83 89.56 -
System Red Green Blue C M Y K H S L
Decimal 109 188 175 0.42 0 0.07 0.26 170.13 0.37 0.58
Hex 6D BC AF 2A 0 7 1A AA 25 3A
Octal 155 274 257 52 0 7 32 252 45 72
Binary 1101101 10111100 10101111 101010 0 111 11010 10101010 100101 111010

Color Harmonies of #6DBCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBCAF

Black with #6DBCAF

Text Example


Text Example

White with #6DBCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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