Html Css Color HEX #15534B Cyprus

📋 copy color: '#15534B'

red 21 ◦ green 83 ◦ blue 75

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

Shades of Cyprus #15534B

Tints of Cyprus #15534B

RGB

 RED value IS 21 (8.59% from 255) = 11.73%

 GREEN value IS 83 (32.81% from 255) = 46.37%

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

R = 11.73%
G = 46.37%
B = 41.9%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#15534B (or 0x15534B) is known color: Cyprus. HEX triplet: 15, 53 and 4B. RGB value is (21,83,75). Sum of RGB (Red+Green+Blue) = 21+83+75=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 75 (29.69% from 255 or 41.90% from 179); Max value from RGB is 83 - color contains mainly: green. Hex color #15534B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15534B is #EAACB4. Grayscale: #3F3F3F. Windows color (decimal): -15379637 or 4936469. OLE color: 4936469.

HSL color Cylindrical-coordinate representation of color #15534B: hue angle of 172.26º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #15534B is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 83 75 -
CMYK 0.75 0 0.10 0.67
HSL 172.26º 0.6% 0.2% -
HSV(B) 172.26º 0.75% 0.33% -
XYZ 4.67 6.85 7.73 -
YUV 63.55 134.46 97.65 -
System Red Green Blue C M Y K H S L
Decimal 21 83 75 0.75 0 0.10 0.67 172.26 0.6 0.2
Hex 15 53 4B 4B 0 A 43 AC 3C 14
Octal 25 123 113 113 0 12 103 254 74 24
Binary 10101 1010011 1001011 1001011 0 1010 1000011 10101100 111100 10100

Color Harmonies of #15534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15534B

Black with #15534B

Text Example


Text Example

White with #15534B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,83,75); }

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

background-color css

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

 a { background-color: rgb(21,83,75); }

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

border-color css

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

 span { border-color: rgb(21,83,75); }

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