Html Css Color HEX #12484B Cyprus

📋 copy color: '#12484B'

red 18 ◦ green 72 ◦ blue 75

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

Shades of Cyprus #12484B

Tints of Cyprus #12484B

RGB

 RED value IS 18 (7.42% from 255) = 10.91%

 GREEN value IS 72 (28.52% from 255) = 43.64%

 BLUE value IS 75 (29.69% from 255) = 45.45%

R = 10.91%
G = 43.64%
B = 45.45%

CMYK

 C value IS 0.76

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#12484B (or 0x12484B) is known color: Cyprus. HEX triplet: 12, 48 and 4B. RGB value is (18,72,75). Sum of RGB (Red+Green+Blue) = 18+72+75=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 75 (29.69% from 255 or 45.45% from 165); Max value from RGB is 75 - color contains mainly: blue. Hex color #12484B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12484B is #EDB7B4. Grayscale: #383838. Windows color (decimal): -15579061 or 4933650. OLE color: 4933650.

HSL color Cylindrical-coordinate representation of color #12484B: hue angle of 183.16º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12484B is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 72 75 -
CMYK 0.76 0.04 0 0.71
HSL 183.16º 0.61% 0.18% -
HSV(B) 183.16º 0.76% 0.29% -
XYZ 3.84 5.27 7.47 -
YUV 56.2 138.61 100.76 -
System Red Green Blue C M Y K H S L
Decimal 18 72 75 0.76 0.04 0 0.71 183.16 0.61 0.18
Hex 12 48 4B 4C 4 0 47 B7 3D 12
Octal 22 110 113 114 4 0 107 267 75 22
Binary 10010 1001000 1001011 1001100 100 0 1000111 10110111 111101 10010

Color Harmonies of #12484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12484B

Black with #12484B

Text Example


Text Example

White with #12484B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12484B; }

 p { color: rgb(18,72,75); }

 H1.HeaderClassName
 {
   color: #12484B;
 }
 .AnyTagClassName
 {
   color: #12484B;
 }
</style>

background-color css

<style>
 a { background-color: #12484B; }

 a { background-color: rgb(18,72,75); }

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

border-color css

<style>
 span { border-color: #12484B; }

 span { border-color: rgb(18,72,75); }

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