Html Css Color HEX #23938E Java

📋 copy color: '#23938E'

red 35 ◦ green 147 ◦ blue 142

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

Shades of Java #23938E

Tints of Java #23938E

RGB

 RED value IS 35 (14.06% from 255) = 10.8%

 GREEN value IS 147 (57.81% from 255) = 45.37%

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

R = 10.8%
G = 45.37%
B = 43.83%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#23938E (or 0x23938E) is known color: Java. HEX triplet: 23, 93 and 8E. RGB value is (35,147,142). Sum of RGB (Red+Green+Blue) = 35+147+142=324 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.80% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 147 - color contains mainly: green. Hex color #23938E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23938E is #DC6C71. Grayscale: #707070. Windows color (decimal): -14445682 or 9343779. OLE color: 9343779.

HSL color Cylindrical-coordinate representation of color #23938E: hue angle of 177.32º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #23938E is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 147 142 -
CMYK 0.76 0 0.03 0.42
HSL 177.32º 0.62% 0.36% -
HSV(B) 177.32º 0.76% 0.58% -
XYZ 16.01 23.18 29.22 -
YUV 112.94 144.39 72.41 -
System Red Green Blue C M Y K H S L
Decimal 35 147 142 0.76 0 0.03 0.42 177.32 0.62 0.36
Hex 23 93 8E 4C 0 3 2A B1 3E 24
Octal 43 223 216 114 0 3 52 261 76 44
Binary 100011 10010011 10001110 1001100 0 11 101010 10110001 111110 100100

Color Harmonies of #23938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23938E

Black with #23938E

Text Example


Text Example

White with #23938E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,147,142); }

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

background-color css

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

 a { background-color: rgb(35,147,142); }

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

border-color css

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

 span { border-color: rgb(35,147,142); }

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