Html Css Color HEX #03D88D Caribbean Green

📋 copy color: '#03D88D'

red 3 ◦ green 216 ◦ blue 141

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

Shades of Caribbean Green #03D88D

Tints of Caribbean Green #03D88D

RGB

 RED value IS 3 (1.56% from 255) = 0.83%

 GREEN value IS 216 (84.77% from 255) = 60%

 BLUE value IS 141 (55.47% from 255) = 39.17%

R = 0.83%
G = 60%
B = 39.17%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#03D88D (or 0x03D88D) is known color: Caribbean Green. HEX triplet: 03, D8 and 8D. RGB value is (3,216,141). Sum of RGB (Red+Green+Blue) = 3+216+141=360 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 360); Green value is 216 (84.77% from 255 or 60% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 216 - color contains mainly: green. Hex color #03D88D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03D88D is #FC2772. Grayscale: #8F8F8F. Windows color (decimal): -16525171 or 9295875. OLE color: 9295875.

HSL color Cylindrical-coordinate representation of color #03D88D: hue angle of 158.87º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D88D is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 3 216 141 -
CMYK 0.99 0 0.35 0.15
HSL 158.87º 0.97% 0.43% -
HSV(B) 158.87º 0.99% 0.85% -
XYZ 29.4 51.05 33.5 -
YUV 143.76 126.43 27.6 -
System Red Green Blue C M Y K H S L
Decimal 3 216 141 0.99 0 0.35 0.15 158.87 0.97 0.43
Hex 3 D8 8D 63 0 23 F 9F 61 2B
Octal 3 330 215 143 0 43 17 237 141 53
Binary 11 11011000 10001101 1100011 0 100011 1111 10011111 1100001 101011

Color Harmonies of #03D88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D88D

Black with #03D88D

Text Example


Text Example

White with #03D88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03D88D; }

 p { color: rgb(3,216,141); }

 H1.HeaderClassName
 {
   color: #03D88D;
 }
 .AnyTagClassName
 {
   color: #03D88D;
 }
</style>

background-color css

<style>
 a { background-color: #03D88D; }

 a { background-color: rgb(3,216,141); }

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

border-color css

<style>
 span { border-color: #03D88D; }

 span { border-color: rgb(3,216,141); }

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