Html Css Color HEX #03CDB0 Caribbean Green

📋 copy color: '#03CDB0'

red 3 ◦ green 205 ◦ blue 176

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

Shades of Caribbean Green #03CDB0

Tints of Caribbean Green #03CDB0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 53.39%

 BLUE value IS 176 (69.14% from 255) = 45.83%

R = 0.78%
G = 53.39%
B = 45.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#03CDB0 (or 0x03CDB0) is known color: Caribbean Green. HEX triplet: 03, CD and B0. RGB value is (3,205,176). Sum of RGB (Red+Green+Blue) = 3+205+176=384 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 384); Green value is 205 (80.47% from 255 or 53.39% from 384); Blue value is 176 (69.14% from 255 or 45.83% from 384); Max value from RGB is 205 - color contains mainly: green. Hex color #03CDB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CDB0 is #FC324F. Grayscale: #8D8D8D. Windows color (decimal): -16527952 or 11586819. OLE color: 11586819.

HSL color Cylindrical-coordinate representation of color #03CDB0: hue angle of 171.39º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CDB0 is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 205 176 -
CMYK 0.99 0 0.14 0.20
HSL 171.39º 0.97% 0.41% -
HSV(B) 171.39º 0.99% 0.8% -
XYZ 29.71 46.82 48.55 -
YUV 141.3 147.58 29.36 -
System Red Green Blue C M Y K H S L
Decimal 3 205 176 0.99 0 0.14 0.20 171.39 0.97 0.41
Hex 3 CD B0 63 0 E 14 AB 61 29
Octal 3 315 260 143 0 16 24 253 141 51
Binary 11 11001101 10110000 1100011 0 1110 10100 10101011 1100001 101001

Color Harmonies of #03CDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CDB0

Black with #03CDB0

Text Example


Text Example

White with #03CDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,205,176); }

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

background-color css

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

 a { background-color: rgb(3,205,176); }

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

border-color css

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

 span { border-color: rgb(3,205,176); }

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