Html Css Color HEX #67BCB2 Tradewind

📋 copy color: '#67BCB2'

red 103 ◦ green 188 ◦ blue 178

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

Shades of Tradewind #67BCB2

Tints of Tradewind #67BCB2

RGB

 RED value IS 103 (40.63% from 255) = 21.96%

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

 BLUE value IS 178 (69.92% from 255) = 37.95%

R = 21.96%
G = 40.09%
B = 37.95%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#67BCB2 (or 0x67BCB2) is known color: Tradewind. HEX triplet: 67, BC and B2. RGB value is (103,188,178). Sum of RGB (Red+Green+Blue) = 103+188+178=469 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.96% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 188 - color contains mainly: green. Hex color #67BCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67BCB2 is #98434D. Grayscale: #A1A1A1. Windows color (decimal): -9978702 or 11713639. OLE color: 11713639.

HSL color Cylindrical-coordinate representation of color #67BCB2: hue angle of 172.94º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #67BCB2 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 103 188 178 -
CMYK 0.45 0 0.05 0.26
HSL 172.94º 0.39% 0.57% -
HSV(B) 172.94º 0.45% 0.74% -
XYZ 31.61 42.06 48.57 -
YUV 161.45 137.34 86.31 -
System Red Green Blue C M Y K H S L
Decimal 103 188 178 0.45 0 0.05 0.26 172.94 0.39 0.57
Hex 67 BC B2 2D 0 5 1A AD 27 39
Octal 147 274 262 55 0 5 32 255 47 71
Binary 1100111 10111100 10110010 101101 0 101 11010 10101101 100111 111001

Color Harmonies of #67BCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BCB2

Black with #67BCB2

Text Example


Text Example

White with #67BCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67BCB2; }

 p { color: rgb(103,188,178); }

 H1.HeaderClassName
 {
   color: #67BCB2;
 }
 .AnyTagClassName
 {
   color: #67BCB2;
 }
</style>

background-color css

<style>
 a { background-color: #67BCB2; }

 a { background-color: rgb(103,188,178); }

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

border-color css

<style>
 span { border-color: #67BCB2; }

 span { border-color: rgb(103,188,178); }

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