Html Css Color HEX #15D08A Caribbean Green

📋 copy color: '#15D08A'

red 21 ◦ green 208 ◦ blue 138

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

Shades of Caribbean Green #15D08A

Tints of Caribbean Green #15D08A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 56.68%

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

R = 5.72%
G = 56.68%
B = 37.6%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#15D08A (or 0x15D08A) is known color: Caribbean Green. HEX triplet: 15, D0 and 8A. RGB value is (21,208,138). Sum of RGB (Red+Green+Blue) = 21+208+138=367 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.72% from 367); Green value is 208 (81.64% from 255 or 56.68% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 208 - color contains mainly: green. Hex color #15D08A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15D08A is #EA2F75. Grayscale: #909090. Windows color (decimal): -15347574 or 9097237. OLE color: 9097237.

HSL color Cylindrical-coordinate representation of color #15D08A: hue angle of 157.54º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15D08A is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 21 208 138 -
CMYK 0.90 0 0.34 0.18
HSL 157.54º 0.82% 0.45% -
HSV(B) 157.54º 0.9% 0.82% -
XYZ 27.45 47.11 31.69 -
YUV 144.11 124.55 40.19 -
System Red Green Blue C M Y K H S L
Decimal 21 208 138 0.90 0 0.34 0.18 157.54 0.82 0.45
Hex 15 D0 8A 5A 0 22 12 9E 52 2D
Octal 25 320 212 132 0 42 22 236 122 55
Binary 10101 11010000 10001010 1011010 0 100010 10010 10011110 1010010 101101

Color Harmonies of #15D08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15D08A

Black with #15D08A

Text Example


Text Example

White with #15D08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15D08A; }

 p { color: rgb(21,208,138); }

 H1.HeaderClassName
 {
   color: #15D08A;
 }
 .AnyTagClassName
 {
   color: #15D08A;
 }
</style>

background-color css

<style>
 a { background-color: #15D08A; }

 a { background-color: rgb(21,208,138); }

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

border-color css

<style>
 span { border-color: #15D08A; }

 span { border-color: rgb(21,208,138); }

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