Html Css Color HEX #238B8E Java

📋 copy color: '#238B8E'

red 35 ◦ green 139 ◦ blue 142

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

Shades of Java #238B8E

Tints of Java #238B8E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.99%

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

R = 11.08%
G = 43.99%
B = 44.94%

CMYK

 C value IS 0.75

 M value IS 0.02

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#238B8E (or 0x238B8E) is known color: Java. HEX triplet: 23, 8B and 8E. RGB value is (35,139,142). Sum of RGB (Red+Green+Blue) = 35+139+142=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 139 (54.69% from 255 or 43.99% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #238B8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238B8E is #DC7471. Grayscale: #6C6C6C. Windows color (decimal): -14447730 or 9341731. OLE color: 9341731.

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

Color convert

RGB 35 139 142 -
CMYK 0.75 0.02 0 0.44
HSL 181.68º 0.6% 0.35% -
HSV(B) 181.68º 0.75% 0.56% -
XYZ 14.81 20.78 28.82 -
YUV 108.25 147.04 75.76 -
System Red Green Blue C M Y K H S L
Decimal 35 139 142 0.75 0.02 0 0.44 181.68 0.6 0.35
Hex 23 8B 8E 4B 2 0 2C B6 3C 23
Octal 43 213 216 113 2 0 54 266 74 43
Binary 100011 10001011 10001110 1001011 10 0 101100 10110110 111100 100011

Color Harmonies of #238B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238B8E

Black with #238B8E

Text Example


Text Example

White with #238B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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