Html Css Color HEX #6FBCA4 Gulf Stream

📋 copy color: '#6FBCA4'

red 111 ◦ green 188 ◦ blue 164

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

Shades of Gulf Stream #6FBCA4

Tints of Gulf Stream #6FBCA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.42%

R = 23.97%
G = 40.6%
B = 35.42%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#6FBCA4 (or 0x6FBCA4) is known color: Gulf Stream. HEX triplet: 6F, BC and A4. RGB value is (111,188,164). Sum of RGB (Red+Green+Blue) = 111+188+164=463 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.97% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBCA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBCA4 is #90435B. Grayscale: #A2A2A2. Windows color (decimal): -9454428 or 10796143. OLE color: 10796143.

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

Color convert

RGB 111 188 164 -
CMYK 0.41 0 0.13 0.26
HSL 161.3º 0.36% 0.59% -
HSV(B) 161.3º 0.41% 0.74% -
XYZ 31.24 42.03 41.59 -
YUV 162.24 128.99 91.45 -
System Red Green Blue C M Y K H S L
Decimal 111 188 164 0.41 0 0.13 0.26 161.3 0.36 0.59
Hex 6F BC A4 29 0 D 1A A1 24 3B
Octal 157 274 244 51 0 15 32 241 44 73
Binary 1101111 10111100 10100100 101001 0 1101 11010 10100001 100100 111011

Color Harmonies of #6FBCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBCA4

Black with #6FBCA4

Text Example


Text Example

White with #6FBCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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