Html Css Color HEX #238D8A Java

📋 copy color: '#238D8A'

red 35 ◦ green 141 ◦ blue 138

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

Shades of Java #238D8A

Tints of Java #238D8A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.9%

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

R = 11.15%
G = 44.9%
B = 43.95%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#238D8A (or 0x238D8A) is known color: Java. HEX triplet: 23, 8D and 8A. RGB value is (35,141,138). Sum of RGB (Red+Green+Blue) = 35+141+138=314 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.15% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 141 - color contains mainly: green. Hex color #238D8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238D8A is #DC7275. Grayscale: #6C6C6C. Windows color (decimal): -14447222 or 9080099. OLE color: 9080099.

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

Color convert

RGB 35 141 138 -
CMYK 0.75 0 0.02 0.45
HSL 178.3º 0.6% 0.35% -
HSV(B) 178.3º 0.75% 0.55% -
XYZ 14.81 21.24 27.36 -
YUV 108.96 144.38 75.24 -
System Red Green Blue C M Y K H S L
Decimal 35 141 138 0.75 0 0.02 0.45 178.3 0.6 0.35
Hex 23 8D 8A 4B 0 2 2D B2 3C 23
Octal 43 215 212 113 0 2 55 262 74 43
Binary 100011 10001101 10001010 1001011 0 10 101101 10110010 111100 100011

Color Harmonies of #238D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238D8A

Black with #238D8A

Text Example


Text Example

White with #238D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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