Html Css Color HEX #6FBEA8 Gulf Stream

📋 copy color: '#6FBEA8'

red 111 ◦ green 190 ◦ blue 168

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

Shades of Gulf Stream #6FBEA8

Tints of Gulf Stream #6FBEA8

RGB

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

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

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

R = 23.67%
G = 40.51%
B = 35.82%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#6FBEA8 (or 0x6FBEA8) is known color: Gulf Stream. HEX triplet: 6F, BE and A8. RGB value is (111,190,168). Sum of RGB (Red+Green+Blue) = 111+190+168=469 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.67% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 190 - color contains mainly: green. Hex color #6FBEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBEA8 is #904157. Grayscale: #A3A3A3. Windows color (decimal): -9453912 or 11058799. OLE color: 11058799.

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

Color convert

RGB 111 190 168 -
CMYK 0.42 0 0.12 0.25
HSL 163.29º 0.38% 0.59% -
HSV(B) 163.29º 0.42% 0.75% -
XYZ 32.04 43.03 43.66 -
YUV 163.87 130.33 90.29 -
System Red Green Blue C M Y K H S L
Decimal 111 190 168 0.42 0 0.12 0.25 163.29 0.38 0.59
Hex 6F BE A8 2A 0 C 19 A3 26 3B
Octal 157 276 250 52 0 14 31 243 46 73
Binary 1101111 10111110 10101000 101010 0 1100 11001 10100011 100110 111011

Color Harmonies of #6FBEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBEA8

Black with #6FBEA8

Text Example


Text Example

White with #6FBEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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