Html Css Color HEX #6CBCB5 Gulf Stream

📋 copy color: '#6CBCB5'

red 108 ◦ green 188 ◦ blue 181

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

Shades of Gulf Stream #6CBCB5

Tints of Gulf Stream #6CBCB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.95%

R = 22.64%
G = 39.41%
B = 37.95%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#6CBCB5 (or 0x6CBCB5) is known color: Gulf Stream. HEX triplet: 6C, BC and B5. RGB value is (108,188,181). Sum of RGB (Red+Green+Blue) = 108+188+181=477 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.64% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBCB5 is #93434A. Grayscale: #A3A3A3. Windows color (decimal): -9651019 or 11910252. OLE color: 11910252.

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

Color convert

RGB 108 188 181 -
CMYK 0.43 0 0.04 0.26
HSL 174.75º 0.37% 0.58% -
HSV(B) 174.75º 0.43% 0.74% -
XYZ 32.51 42.49 50.2 -
YUV 163.28 138 88.57 -
System Red Green Blue C M Y K H S L
Decimal 108 188 181 0.43 0 0.04 0.26 174.75 0.37 0.58
Hex 6C BC B5 2B 0 4 1A AF 25 3A
Octal 154 274 265 53 0 4 32 257 45 72
Binary 1101100 10111100 10110101 101011 0 100 11010 10101111 100101 111010

Color Harmonies of #6CBCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBCB5

Black with #6CBCB5

Text Example


Text Example

White with #6CBCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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