Html Css Color HEX #6BBFAE Gulf Stream

📋 copy color: '#6BBFAE'

red 107 ◦ green 191 ◦ blue 174

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

Shades of Gulf Stream #6BBFAE

Tints of Gulf Stream #6BBFAE

RGB

 RED value IS 107 (42.19% from 255) = 22.67%

 GREEN value IS 191 (75% from 255) = 40.47%

 BLUE value IS 174 (68.36% from 255) = 36.86%

R = 22.67%
G = 40.47%
B = 36.86%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#6BBFAE (or 0x6BBFAE) is known color: Gulf Stream. HEX triplet: 6B, BF and AE. RGB value is (107,191,174). Sum of RGB (Red+Green+Blue) = 107+191+174=472 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.67% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 191 - color contains mainly: green. Hex color #6BBFAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBFAE is #944051. Grayscale: #A3A3A3. Windows color (decimal): -9715794 or 11452267. OLE color: 11452267.

HSL color Cylindrical-coordinate representation of color #6BBFAE: hue angle of 167.86º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6BBFAE is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 191 174 -
CMYK 0.44 0 0.09 0.25
HSL 167.86º 0.4% 0.58% -
HSV(B) 167.86º 0.44% 0.75% -
XYZ 32.33 43.44 46.73 -
YUV 163.95 133.67 87.38 -
System Red Green Blue C M Y K H S L
Decimal 107 191 174 0.44 0 0.09 0.25 167.86 0.4 0.58
Hex 6B BF AE 2C 0 9 19 A8 28 3A
Octal 153 277 256 54 0 11 31 250 50 72
Binary 1101011 10111111 10101110 101100 0 1001 11001 10101000 101000 111010

Color Harmonies of #6BBFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBFAE

Black with #6BBFAE

Text Example


Text Example

White with #6BBFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,191,174); }

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

background-color css

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

 a { background-color: rgb(107,191,174); }

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

border-color css

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

 span { border-color: rgb(107,191,174); }

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