Html Css Color HEX #6BBEAE Gulf Stream

📋 copy color: '#6BBEAE'

red 107 ◦ green 190 ◦ blue 174

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

Shades of Gulf Stream #6BBEAE

Tints of Gulf Stream #6BBEAE

RGB

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

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

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

R = 22.72%
G = 40.34%
B = 36.94%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#6BBEAE (or 0x6BBEAE) is known color: Gulf Stream. HEX triplet: 6B, BE and AE. RGB value is (107,190,174). Sum of RGB (Red+Green+Blue) = 107+190+174=471 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.72% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #6BBEAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBEAE is #944151. Grayscale: #A3A3A3. Windows color (decimal): -9716050 or 11452011. OLE color: 11452011.

HSL color Cylindrical-coordinate representation of color #6BBEAE: hue angle of 168.43º degrees, saturation: 0.39, 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 #6BBEAE is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 190 174 -
CMYK 0.44 0 0.08 0.25
HSL 168.43º 0.39% 0.58% -
HSV(B) 168.43º 0.44% 0.75% -
XYZ 32.12 43.01 46.65 -
YUV 163.36 134 87.8 -
System Red Green Blue C M Y K H S L
Decimal 107 190 174 0.44 0 0.08 0.25 168.43 0.39 0.58
Hex 6B BE AE 2C 0 8 19 A8 27 3A
Octal 153 276 256 54 0 10 31 250 47 72
Binary 1101011 10111110 10101110 101100 0 1000 11001 10101000 100111 111010

Color Harmonies of #6BBEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBEAE

Black with #6BBEAE

Text Example


Text Example

White with #6BBEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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