Html Css Color HEX #6FBCA8 Gulf Stream

📋 copy color: '#6FBCA8'

red 111 ◦ green 188 ◦ blue 168

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

Shades of Gulf Stream #6FBCA8

Tints of Gulf Stream #6FBCA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.97%

R = 23.77%
G = 40.26%
B = 35.97%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#6FBCA8 (or 0x6FBCA8) is known color: Gulf Stream. HEX triplet: 6F, BC and A8. RGB value is (111,188,168). Sum of RGB (Red+Green+Blue) = 111+188+168=467 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.77% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBCA8 is #904357. Grayscale: #A2A2A2. Windows color (decimal): -9454424 or 11058287. OLE color: 11058287.

HSL color Cylindrical-coordinate representation of color #6FBCA8: hue angle of 164.42º degrees, saturation: 0.36, 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 #6FBCA8 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 188 168 -
CMYK 0.41 0 0.11 0.26
HSL 164.42º 0.36% 0.59% -
HSV(B) 164.42º 0.41% 0.74% -
XYZ 31.61 42.17 43.52 -
YUV 162.7 130.99 91.13 -
System Red Green Blue C M Y K H S L
Decimal 111 188 168 0.41 0 0.11 0.26 164.42 0.36 0.59
Hex 6F BC A8 29 0 B 1A A4 24 3B
Octal 157 274 250 51 0 13 32 244 44 73
Binary 1101111 10111100 10101000 101001 0 1011 11010 10100100 100100 111011

Color Harmonies of #6FBCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBCA8

Black with #6FBCA8

Text Example


Text Example

White with #6FBCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,188,168); }

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

background-color css

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

 a { background-color: rgb(111,188,168); }

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

border-color css

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

 span { border-color: rgb(111,188,168); }

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