Html Css Color HEX #3E8C8A Blue Chill

📋 copy color: '#3E8C8A'

red 62 ◦ green 140 ◦ blue 138

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

Shades of Blue Chill #3E8C8A

Tints of Blue Chill #3E8C8A

RGB

 RED value IS 62 (24.61% from 255) = 18.24%

 GREEN value IS 140 (55.08% from 255) = 41.18%

 BLUE value IS 138 (54.3% from 255) = 40.59%

R = 18.24%
G = 41.18%
B = 40.59%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#3E8C8A (or 0x3E8C8A) is known color: Blue Chill. HEX triplet: 3E, 8C and 8A. RGB value is (62,140,138). Sum of RGB (Red+Green+Blue) = 62+140+138=340 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.24% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 140 - color contains mainly: green. Hex color #3E8C8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8C8A is #C17375. Grayscale: #747474. Windows color (decimal): -12678006 or 9079870. OLE color: 9079870.

HSL color Cylindrical-coordinate representation of color #3E8C8A: hue angle of 178.46º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E8C8A is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 62 140 138 -
CMYK 0.56 0 0.01 0.45
HSL 178.46º 0.39% 0.4% -
HSV(B) 178.46º 0.56% 0.55% -
XYZ 15.95 21.62 27.38 -
YUV 116.45 140.16 89.16 -
System Red Green Blue C M Y K H S L
Decimal 62 140 138 0.56 0 0.01 0.45 178.46 0.39 0.4
Hex 3E 8C 8A 38 0 1 2D B2 27 28
Octal 76 214 212 70 0 1 55 262 47 50
Binary 111110 10001100 10001010 111000 0 1 101101 10110010 100111 101000

Color Harmonies of #3E8C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E8C8A

Black with #3E8C8A

Text Example


Text Example

White with #3E8C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E8C8A; }

 p { color: rgb(62,140,138); }

 H1.HeaderClassName
 {
   color: #3E8C8A;
 }
 .AnyTagClassName
 {
   color: #3E8C8A;
 }
</style>

background-color css

<style>
 a { background-color: #3E8C8A; }

 a { background-color: rgb(62,140,138); }

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

border-color css

<style>
 span { border-color: #3E8C8A; }

 span { border-color: rgb(62,140,138); }

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