Html Css Color HEX #238E93 Java

📋 copy color: '#238E93'

red 35 ◦ green 142 ◦ blue 147

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

Shades of Java #238E93

Tints of Java #238E93

RGB

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

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

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

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

CMYK

 C value IS 0.76

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#238E93 (or 0x238E93) is known color: Java. HEX triplet: 23, 8E and 93. RGB value is (35,142,147). Sum of RGB (Red+Green+Blue) = 35+142+147=324 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.80% from 324); Green value is 142 (55.86% from 255 or 43.83% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 147 - color contains mainly: blue. Hex color #238E93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238E93 is #DC716C. Grayscale: #6E6E6E. Windows color (decimal): -14446957 or 9670179. OLE color: 9670179.

HSL color Cylindrical-coordinate representation of color #238E93: hue angle of 182.68º 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 #238E93 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 142 147 -
CMYK 0.76 0.03 0 0.42
HSL 182.68º 0.62% 0.36% -
HSV(B) 182.68º 0.76% 0.58% -
XYZ 15.63 21.81 30.99 -
YUV 110.58 148.55 74.09 -
System Red Green Blue C M Y K H S L
Decimal 35 142 147 0.76 0.03 0 0.42 182.68 0.62 0.36
Hex 23 8E 93 4C 3 0 2A B7 3E 24
Octal 43 216 223 114 3 0 52 267 76 44
Binary 100011 10001110 10010011 1001100 11 0 101010 10110111 111110 100100

Color Harmonies of #238E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238E93

Black with #238E93

Text Example


Text Example

White with #238E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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