Html Css Color HEX #6CBCAF Gulf Stream

📋 copy color: '#6CBCAF'

red 108 ◦ green 188 ◦ blue 175

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

Shades of Gulf Stream #6CBCAF

Tints of Gulf Stream #6CBCAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.15%

R = 22.93%
G = 39.92%
B = 37.15%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#6CBCAF (or 0x6CBCAF) is known color: Gulf Stream. HEX triplet: 6C, BC and AF. RGB value is (108,188,175). Sum of RGB (Red+Green+Blue) = 108+188+175=471 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.93% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBCAF is #934350. Grayscale: #A2A2A2. Windows color (decimal): -9651025 or 11517036. OLE color: 11517036.

HSL color Cylindrical-coordinate representation of color #6CBCAF: hue angle of 170.25º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CBCAF is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 108 188 175 -
CMYK 0.43 0 0.07 0.26
HSL 170.25º 0.37% 0.58% -
HSV(B) 170.25º 0.43% 0.74% -
XYZ 31.91 42.25 47.03 -
YUV 162.6 135 89.06 -
System Red Green Blue C M Y K H S L
Decimal 108 188 175 0.43 0 0.07 0.26 170.25 0.37 0.58
Hex 6C BC AF 2B 0 7 1A AA 25 3A
Octal 154 274 257 53 0 7 32 252 45 72
Binary 1101100 10111100 10101111 101011 0 111 11010 10101010 100101 111010

Color Harmonies of #6CBCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBCAF

Black with #6CBCAF

Text Example


Text Example

White with #6CBCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,188,175); }

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

background-color css

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

 a { background-color: rgb(108,188,175); }

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

border-color css

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

 span { border-color: rgb(108,188,175); }

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