Html Css Color HEX #6CAEAC Tradewind

📋 copy color: '#6CAEAC'

red 108 ◦ green 174 ◦ blue 172

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

Shades of Tradewind #6CAEAC

Tints of Tradewind #6CAEAC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.33%

 BLUE value IS 172 (67.58% from 255) = 37.89%

R = 23.79%
G = 38.33%
B = 37.89%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#6CAEAC (or 0x6CAEAC) is known color: Tradewind. HEX triplet: 6C, AE and AC. RGB value is (108,174,172). Sum of RGB (Red+Green+Blue) = 108+174+172=454 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.79% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 174 - color contains mainly: green. Hex color #6CAEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAEAC is #935153. Grayscale: #999999. Windows color (decimal): -9654612 or 11316844. OLE color: 11316844.

HSL color Cylindrical-coordinate representation of color #6CAEAC: hue angle of 178.18º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6CAEAC is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 108 174 172 -
CMYK 0.38 0 0.01 0.32
HSL 178.18º 0.29% 0.55% -
HSV(B) 178.18º 0.38% 0.68% -
XYZ 28.77 36.44 44.55 -
YUV 154.04 138.13 95.16 -
System Red Green Blue C M Y K H S L
Decimal 108 174 172 0.38 0 0.01 0.32 178.18 0.29 0.55
Hex 6C AE AC 26 0 1 20 B2 1D 37
Octal 154 256 254 46 0 1 40 262 35 67
Binary 1101100 10101110 10101100 100110 0 1 100000 10110010 11101 110111

Color Harmonies of #6CAEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAEAC

Black with #6CAEAC

Text Example


Text Example

White with #6CAEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,174,172); }

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

background-color css

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

 a { background-color: rgb(108,174,172); }

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

border-color css

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

 span { border-color: rgb(108,174,172); }

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