Html Css Color HEX #39818E Jelly Bean

📋 copy color: '#39818E'

red 57 ◦ green 129 ◦ blue 142

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

Shades of Jelly Bean #39818E

Tints of Jelly Bean #39818E

RGB

 RED value IS 57 (22.66% from 255) = 17.38%

 GREEN value IS 129 (50.78% from 255) = 39.33%

 BLUE value IS 142 (55.86% from 255) = 43.29%

R = 17.38%
G = 39.33%
B = 43.29%

CMYK

 C value IS 0.60

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#39818E (or 0x39818E) is known color: Jelly Bean. HEX triplet: 39, 81 and 8E. RGB value is (57,129,142). Sum of RGB (Red+Green+Blue) = 57+129+142=328 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.38% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 142 - color contains mainly: blue. Hex color #39818E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39818E is #C67E71. Grayscale: #6C6C6C. Windows color (decimal): -13008498 or 9339193. OLE color: 9339193.

HSL color Cylindrical-coordinate representation of color #39818E: hue angle of 189.18º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #39818E is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 129 142 -
CMYK 0.60 0.09 0 0.44
HSL 189.18º 0.43% 0.39% -
HSV(B) 189.18º 0.6% 0.56% -
XYZ 14.42 18.52 28.41 -
YUV 108.95 146.65 90.94 -
System Red Green Blue C M Y K H S L
Decimal 57 129 142 0.60 0.09 0 0.44 189.18 0.43 0.39
Hex 39 81 8E 3C 9 0 2C BD 2B 27
Octal 71 201 216 74 11 0 54 275 53 47
Binary 111001 10000001 10001110 111100 1001 0 101100 10111101 101011 100111

Color Harmonies of #39818E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39818E

Black with #39818E

Text Example


Text Example

White with #39818E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39818E; }

 p { color: rgb(57,129,142); }

 H1.HeaderClassName
 {
   color: #39818E;
 }
 .AnyTagClassName
 {
   color: #39818E;
 }
</style>

background-color css

<style>
 a { background-color: #39818E; }

 a { background-color: rgb(57,129,142); }

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

border-color css

<style>
 span { border-color: #39818E; }

 span { border-color: rgb(57,129,142); }

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