Html Css Color HEX #248C92 Java

📋 copy color: '#248C92'

red 36 ◦ green 140 ◦ blue 146

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

Shades of Java #248C92

Tints of Java #248C92

RGB

 RED value IS 36 (14.45% from 255) = 11.18%

 GREEN value IS 140 (55.08% from 255) = 43.48%

 BLUE value IS 146 (57.42% from 255) = 45.34%

R = 11.18%
G = 43.48%
B = 45.34%

CMYK

 C value IS 0.75

 M value IS 0.04

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#248C92 (or 0x248C92) is known color: Java. HEX triplet: 24, 8C and 92. RGB value is (36,140,146). Sum of RGB (Red+Green+Blue) = 36+140+146=322 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.18% from 322); Green value is 140 (55.08% from 255 or 43.48% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: blue. Hex color #248C92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248C92 is #DB736D. Grayscale: #6D6D6D. Windows color (decimal): -14381934 or 9604132. OLE color: 9604132.

HSL color Cylindrical-coordinate representation of color #248C92: hue angle of 183.27º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248C92 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 140 146 -
CMYK 0.75 0.04 0 0.43
HSL 183.27º 0.6% 0.36% -
HSV(B) 183.27º 0.75% 0.57% -
XYZ 15.29 21.21 30.48 -
YUV 109.59 148.54 75.51 -
System Red Green Blue C M Y K H S L
Decimal 36 140 146 0.75 0.04 0 0.43 183.27 0.6 0.36
Hex 24 8C 92 4B 4 0 2B B7 3C 24
Octal 44 214 222 113 4 0 53 267 74 44
Binary 100100 10001100 10010010 1001011 100 0 101011 10110111 111100 100100

Color Harmonies of #248C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248C92

Black with #248C92

Text Example


Text Example

White with #248C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248C92; }

 p { color: rgb(36,140,146); }

 H1.HeaderClassName
 {
   color: #248C92;
 }
 .AnyTagClassName
 {
   color: #248C92;
 }
</style>

background-color css

<style>
 a { background-color: #248C92; }

 a { background-color: rgb(36,140,146); }

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

border-color css

<style>
 span { border-color: #248C92; }

 span { border-color: rgb(36,140,146); }

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