Html Css Color HEX #03C38D Caribbean Green

📋 copy color: '#03C38D'

red 3 ◦ green 195 ◦ blue 141

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

Shades of Caribbean Green #03C38D

Tints of Caribbean Green #03C38D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 57.52%

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

R = 0.88%
G = 57.52%
B = 41.59%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#03C38D (or 0x03C38D) is known color: Caribbean Green. HEX triplet: 03, C3 and 8D. RGB value is (3,195,141). Sum of RGB (Red+Green+Blue) = 3+195+141=339 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 339); Green value is 195 (76.56% from 255 or 57.52% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 195 - color contains mainly: green. Hex color #03C38D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03C38D is #FC3C72. Grayscale: #838383. Windows color (decimal): -16530547 or 9290499. OLE color: 9290499.

HSL color Cylindrical-coordinate representation of color #03C38D: hue angle of 163.12º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C38D is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 3 195 141 -
CMYK 0.98 0 0.28 0.24
HSL 163.13º 0.97% 0.39% -
HSV(B) 163.13º 0.98% 0.76% -
XYZ 24.36 40.97 31.82 -
YUV 131.44 133.39 36.39 -
System Red Green Blue C M Y K H S L
Decimal 3 195 141 0.98 0 0.28 0.24 163.13 0.97 0.39
Hex 3 C3 8D 62 0 1C 18 A3 61 27
Octal 3 303 215 142 0 34 30 243 141 47
Binary 11 11000011 10001101 1100010 0 11100 11000 10100011 1100001 100111

Color Harmonies of #03C38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C38D

Black with #03C38D

Text Example


Text Example

White with #03C38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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