Html Css Color HEX #6CBEAB Gulf Stream

📋 copy color: '#6CBEAB'

red 108 ◦ green 190 ◦ blue 171

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

Shades of Gulf Stream #6CBEAB

Tints of Gulf Stream #6CBEAB

RGB

 RED value IS 108 (42.58% from 255) = 23.03%

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

 BLUE value IS 171 (67.19% from 255) = 36.46%

R = 23.03%
G = 40.51%
B = 36.46%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#6CBEAB (or 0x6CBEAB) is known color: Gulf Stream. HEX triplet: 6C, BE and AB. RGB value is (108,190,171). Sum of RGB (Red+Green+Blue) = 108+190+171=469 (62% of max value = 765). Red value is 108 (42.58% from 255 or 23.03% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 190 - color contains mainly: green. Hex color #6CBEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBEAB is #934154. Grayscale: #A3A3A3. Windows color (decimal): -9650517 or 11255404. OLE color: 11255404.

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

Color convert

RGB 108 190 171 -
CMYK 0.43 0 0.10 0.25
HSL 166.1º 0.39% 0.58% -
HSV(B) 166.1º 0.43% 0.75% -
XYZ 31.95 42.96 45.14 -
YUV 163.32 132.33 88.54 -
System Red Green Blue C M Y K H S L
Decimal 108 190 171 0.43 0 0.10 0.25 166.1 0.39 0.58
Hex 6C BE AB 2B 0 A 19 A6 27 3A
Octal 154 276 253 53 0 12 31 246 47 72
Binary 1101100 10111110 10101011 101011 0 1010 11001 10100110 100111 111010

Color Harmonies of #6CBEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBEAB

Black with #6CBEAB

Text Example


Text Example

White with #6CBEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,190,171); }

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

background-color css

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

 a { background-color: rgb(108,190,171); }

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

border-color css

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

 span { border-color: rgb(108,190,171); }

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