Html Css Color HEX #238E83 Java

📋 copy color: '#238E83'

red 35 ◦ green 142 ◦ blue 131

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

Shades of Java #238E83

Tints of Java #238E83

RGB

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

 GREEN value IS 142 (55.86% from 255) = 46.1%

 BLUE value IS 131 (51.56% from 255) = 42.53%

R = 11.36%
G = 46.1%
B = 42.53%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#238E83 (or 0x238E83) is known color: Java. HEX triplet: 23, 8E and 83. RGB value is (35,142,131). Sum of RGB (Red+Green+Blue) = 35+142+131=308 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.36% from 308); Green value is 142 (55.86% from 255 or 46.10% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 142 - color contains mainly: green. Hex color #238E83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238E83 is #DC717C. Grayscale: #6C6C6C. Windows color (decimal): -14446973 or 8621603. OLE color: 8621603.

HSL color Cylindrical-coordinate representation of color #238E83: hue angle of 173.83º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238E83 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 142 131 -
CMYK 0.75 0 0.08 0.44
HSL 173.83º 0.6% 0.35% -
HSV(B) 173.83º 0.75% 0.56% -
XYZ 14.46 21.34 24.83 -
YUV 108.75 140.55 75.39 -
System Red Green Blue C M Y K H S L
Decimal 35 142 131 0.75 0 0.08 0.44 173.83 0.6 0.35
Hex 23 8E 83 4B 0 8 2C AE 3C 23
Octal 43 216 203 113 0 10 54 256 74 43
Binary 100011 10001110 10000011 1001011 0 1000 101100 10101110 111100 100011

Color Harmonies of #238E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238E83

Black with #238E83

Text Example


Text Example

White with #238E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238E83; }

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

 H1.HeaderClassName
 {
   color: #238E83;
 }
 .AnyTagClassName
 {
   color: #238E83;
 }
</style>

background-color css

<style>
 a { background-color: #238E83; }

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

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

border-color css

<style>
 span { border-color: #238E83; }

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

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