Html Css Color HEX #238E8A Java

📋 copy color: '#238E8A'

red 35 ◦ green 142 ◦ blue 138

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

Shades of Java #238E8A

Tints of Java #238E8A

RGB

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

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

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

R = 11.11%
G = 45.08%
B = 43.81%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#238E8A (or 0x238E8A) is known color: Java. HEX triplet: 23, 8E and 8A. RGB value is (35,142,138). Sum of RGB (Red+Green+Blue) = 35+142+138=315 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.11% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 142 - color contains mainly: green. Hex color #238E8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238E8A is #DC7175. Grayscale: #6D6D6D. Windows color (decimal): -14446966 or 9080355. OLE color: 9080355.

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

Color convert

RGB 35 142 138 -
CMYK 0.75 0 0.03 0.44
HSL 177.76º 0.6% 0.35% -
HSV(B) 177.76º 0.75% 0.56% -
XYZ 14.95 21.54 27.41 -
YUV 109.55 144.05 74.83 -
System Red Green Blue C M Y K H S L
Decimal 35 142 138 0.75 0 0.03 0.44 177.76 0.6 0.35
Hex 23 8E 8A 4B 0 3 2C B2 3C 23
Octal 43 216 212 113 0 3 54 262 74 43
Binary 100011 10001110 10001010 1001011 0 11 101100 10110010 111100 100011

Color Harmonies of #238E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238E8A

Black with #238E8A

Text Example


Text Example

White with #238E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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